🔧 chore: update ESLint configuration and dependencies

This commit is contained in:
Innei
2026-02-09 15:45:59 +08:00
committed by arvinxx
parent 374b8ed8cd
commit eefb67e74a
4 changed files with 4 additions and 21 deletions

View File

@@ -48,22 +48,6 @@ export default eslint(
'@typescript-eslint/no-useless-constructor': 0,
'no-extra-boolean-cast': 0,
'react/no-unknown-property': 0,
'unicorn/catch-error-name': 0,
'unicorn/explicit-length-check': 0,
'unicorn/no-array-callback-reference': 0,
'unicorn/require-module-specifiers': 0,
'unicorn/no-array-for-each': 0,
'unicorn/no-negated-condition': 0,
'unicorn/no-null': 0,
'unicorn/no-typeof-undefined': 0,
'unicorn/no-useless-undefined': 0,
'unicorn/prefer-code-point': 0,
'unicorn/prefer-logical-operator-over-ternary': 0,
'unicorn/prefer-number-properties': 0,
'unicorn/prefer-query-selector': 0,
'unicorn/prefer-spread': 0,
'unicorn/prefer-ternary': 0,
'unicorn/prefer-type-error': 0,
},
},
// MDX files