diff --git a/src/TodoApp/package.json b/src/TodoApp/package.json index d18bdb54..21f464cd 100644 --- a/src/TodoApp/package.json +++ b/src/TodoApp/package.json @@ -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",