diff options
Diffstat (limited to 'frontend/README.md')
| -rw-r--r-- | frontend/README.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/frontend/README.md b/frontend/README.md index e1cdc89..85a6989 100644 --- a/frontend/README.md +++ b/frontend/README.md @@ -17,12 +17,12 @@ If you are developing a production application, we recommend updating the config export default { // other rules... parserOptions: { - ecmaVersion: 'latest', - sourceType: 'module', - project: ['./tsconfig.json', './tsconfig.node.json', './tsconfig.app.json'], + ecmaVersion: "latest", + sourceType: "module", + project: ["./tsconfig.json", "./tsconfig.node.json", "./tsconfig.app.json"], tsconfigRootDir: __dirname, }, -} +}; ``` - Replace `plugin:@typescript-eslint/recommended` to `plugin:@typescript-eslint/recommended-type-checked` or `plugin:@typescript-eslint/strict-type-checked` |
