mirror of
https://github.com/pmndrs/zustand.git
synced 2025-12-08 19:45:52 +00:00
chore: strict unused check (#3215)
This commit is contained in:
parent
f831bc8d71
commit
c4085a4ff0
@ -67,7 +67,7 @@ export default tseslint.config(
|
||||
],
|
||||
'@typescript-eslint/no-explicit-any': 'off',
|
||||
'@typescript-eslint/no-unused-vars': [
|
||||
'warn',
|
||||
'error',
|
||||
{ argsIgnorePattern: '^_', varsIgnorePattern: '^_' },
|
||||
],
|
||||
'react-hooks/react-compiler': 'error',
|
||||
@ -80,7 +80,6 @@ export default tseslint.config(
|
||||
...vitest.configs.recommended,
|
||||
rules: {
|
||||
'import/extensions': ['error', 'never'],
|
||||
'@typescript-eslint/no-unused-vars': 'off',
|
||||
'testing-library/no-node-access': 'off',
|
||||
'vitest/consistent-test-it': [
|
||||
'error',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user