mirror of
https://github.com/lobehub/lobehub.git
synced 2026-03-26 13:19:34 +07:00
🔧 chore: update ESLint configuration and dependencies
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user