Skip to content

Commit

Permalink
Add indentation eslintrule + use node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
niemisami committed Apr 6, 2023
1 parent f7c3e8d commit c718b12
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
{
"extends": ["next", "prettier"],
"rules": {
"semi": 2
"semi": 2,
"indent": [
"error",
2,
{
"SwitchCase": 1
}
]
}
}
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v16.13.0
18

0 comments on commit c718b12

Please sign in to comment.