Skip to content

Commit

Permalink
Update obsolete eslint rule
Browse files Browse the repository at this point in the history
Remove obsolete eslint indentation rule and use recommended replacement.
  • Loading branch information
martincostello committed Jul 2, 2024
1 parent 5a1c5ad commit d73954f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TodoApp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,11 @@
"jest"
],
"rules": {
"@stylistic/js/indent": "error",
"@stylistic/js/quotes": [
"error",
"single"
],
"@typescript-eslint/indent": "error",
"@typescript-eslint/member-delimiter-style": "error",
"@typescript-eslint/naming-convention": "error",
"@typescript-eslint/prefer-namespace-keyword": "error",
Expand Down

0 comments on commit d73954f

Please sign in to comment.