We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6657448 commit 12a378fCopy full SHA for 12a378f
eslint.config.js
@@ -12,6 +12,9 @@ import simpleImportSort from 'eslint-plugin-simple-import-sort';
12
import tseslint from 'typescript-eslint';
13
14
export default tseslint.config(
15
+ eslint.configs.recommended,
16
+ tseslint.configs.recommended,
17
+ tseslint.configs.stylistic,
18
{
19
ignores: [
20
'node_modules',
@@ -27,11 +30,6 @@ export default tseslint.config(
27
30
'*.yml',
28
31
'*.md',
29
32
],
- },
- eslint.configs.recommended,
- ...tseslint.configs.recommended,
33
- ...tseslint.configs.stylistic,
34
- {
35
plugins: {
36
react,
37
'react-hooks': reactHooks,
0 commit comments