Spaces:
Running
Running
bradduy
commited on
Commit
·
72f1763
1
Parent(s):
743400d
remove rules
Browse files- eslint.config.mjs +2 -2
eslint.config.mjs
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
import antfu from '@antfu/eslint-config';
|
2 |
import nextPlugin from '@next/eslint-plugin-next';
|
3 |
import jestDom from 'eslint-plugin-jest-dom';
|
4 |
-
import jsxA11y from 'eslint-plugin-jsx-a11y';
|
5 |
import playwright from 'eslint-plugin-playwright';
|
6 |
import tailwind from 'eslint-plugin-tailwindcss';
|
7 |
import testingLibrary from 'eslint-plugin-testing-library';
|
@@ -25,7 +25,7 @@ export default antfu({
|
|
25 |
'migrations/**/*',
|
26 |
'next-env.d.ts',
|
27 |
],
|
28 |
-
}, ...tailwind.configs['flat/recommended'],
|
29 |
plugins: {
|
30 |
'@next/next': nextPlugin,
|
31 |
},
|
|
|
1 |
import antfu from '@antfu/eslint-config';
|
2 |
import nextPlugin from '@next/eslint-plugin-next';
|
3 |
import jestDom from 'eslint-plugin-jest-dom';
|
4 |
+
// import jsxA11y from 'eslint-plugin-jsx-a11y';
|
5 |
import playwright from 'eslint-plugin-playwright';
|
6 |
import tailwind from 'eslint-plugin-tailwindcss';
|
7 |
import testingLibrary from 'eslint-plugin-testing-library';
|
|
|
25 |
'migrations/**/*',
|
26 |
'next-env.d.ts',
|
27 |
],
|
28 |
+
}, ...tailwind.configs['flat/recommended'], {
|
29 |
plugins: {
|
30 |
'@next/next': nextPlugin,
|
31 |
},
|