Browse Source
[beta] fix(eslint): messages severity (#4702)
* fix(eslint): messages severity
* .
main
Danilo Woznica
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
beta/src/components/MDX/Sandpack/runESLint.tsx
|
@ -35,7 +35,7 @@ const options = { |
|
|
}, |
|
|
}, |
|
|
rules: { |
|
|
rules: { |
|
|
'react-hooks/rules-of-hooks': 'error', |
|
|
'react-hooks/rules-of-hooks': 'error', |
|
|
'react-hooks/exhaustive-deps': 'warn', |
|
|
'react-hooks/exhaustive-deps': 'error', |
|
|
}, |
|
|
}, |
|
|
}; |
|
|
}; |
|
|
|
|
|
|
|
|