diff options
Diffstat (limited to 'frontend/eslint.config.mjs')
| -rw-r--r-- | frontend/eslint.config.mjs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/frontend/eslint.config.mjs b/frontend/eslint.config.mjs index 4667d92..d3c22e8 100644 --- a/frontend/eslint.config.mjs +++ b/frontend/eslint.config.mjs | |||
| @@ -16,6 +16,7 @@ export default [ | |||
| 16 | 'no-empty': 'warn', | 16 | 'no-empty': 'warn', |
| 17 | 'indent': ['warn', 2], | 17 | 'indent': ['warn', 2], |
| 18 | 'quotes': ['warn', 'double'], | 18 | 'quotes': ['warn', 'double'], |
| 19 | 'semi': ['warn', 'always'], | ||
| 19 | '@typescript-eslint/no-explicit-any': 'warn', | 20 | '@typescript-eslint/no-explicit-any': 'warn', |
| 20 | '@typescript-eslint/no-unused-vars': 'warn', | 21 | '@typescript-eslint/no-unused-vars': 'warn', |
| 21 | '@typescript-eslint/no-unused-expressions': 'warn', | 22 | '@typescript-eslint/no-unused-expressions': 'warn', |