diff options
| author | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2025-10-26 13:51:31 +0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-26 12:51:31 +0300 |
| commit | 6a631744d9c80ff9a1a9f4b278bc0337ecdb494e (patch) | |
| tree | 3acf1f505751d997b1b7482823eacabcb79a03f3 /frontend/eslint.config.mjs | |
| parent | fix/frontend: tablet view logout button (#286) (diff) | |
| download | lphub-6a631744d9c80ff9a1a9f4b278bc0337ecdb494e.tar.gz lphub-6a631744d9c80ff9a1a9f4b278bc0337ecdb494e.tar.bz2 lphub-6a631744d9c80ff9a1a9f4b278bc0337ecdb494e.zip | |
chore/frontend: semicolon linting (#287)
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', |