Browse Source

[beta] fix(eslint): messages severity (#4702)

* fix(eslint): messages severity

* .
main
Danilo Woznica 3 years ago
committed by GitHub
parent
commit
2d374f8405
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      beta/src/components/MDX/Sandpack/runESLint.tsx

2
beta/src/components/MDX/Sandpack/runESLint.tsx

@ -35,7 +35,7 @@ const options = {
},
rules: {
'react-hooks/rules-of-hooks': 'error',
'react-hooks/exhaustive-deps': 'warn',
'react-hooks/exhaustive-deps': 'error',
},
};

Loading…
Cancel
Save