improve: readme and configs

This commit is contained in:
2026-04-27 17:42:27 +02:00
parent 38d4f7b2a6
commit 0d7b8a59a5
8 changed files with 74 additions and 114 deletions
+2
View File
@@ -50,6 +50,8 @@ const config = [
/* Base */
'no-debugger': 'warn',
'no-var': 'error',
'prefer-const': ['error', { destructuring: 'all' }],
/* TypeScript */
'unused-imports/no-unused-imports': 'warn',