@wkovacs64/eslint-config 7.3.0 → 7.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.js +1 -4
- package/package.json +16 -17
package/index.js
CHANGED
|
@@ -2,7 +2,6 @@
|
|
|
2
2
|
// Forked from https://github.com/epicweb-dev/config
|
|
3
3
|
//
|
|
4
4
|
import globals from 'globals';
|
|
5
|
-
import { fixupPluginRules } from '@eslint/compat';
|
|
6
5
|
import eslint from '@eslint/js';
|
|
7
6
|
import tseslint from 'typescript-eslint';
|
|
8
7
|
import reactPlugin from 'eslint-plugin-react';
|
|
@@ -292,9 +291,7 @@ export const config = [
|
|
|
292
291
|
files: testFiles,
|
|
293
292
|
ignores: [...playwrightTestFiles],
|
|
294
293
|
plugins: {
|
|
295
|
-
'testing-library':
|
|
296
|
-
(await import('eslint-plugin-testing-library')).default,
|
|
297
|
-
),
|
|
294
|
+
'testing-library': (await import('eslint-plugin-testing-library')).default,
|
|
298
295
|
},
|
|
299
296
|
rules: {
|
|
300
297
|
'testing-library/await-async-events': ERROR,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wkovacs64/eslint-config",
|
|
3
|
-
"version": "7.
|
|
3
|
+
"version": "7.4.0",
|
|
4
4
|
"description": "@wKovacs64 ESLint config",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"eslint",
|
|
@@ -50,29 +50,28 @@
|
|
|
50
50
|
"node": "^18.18.0 || >=20.0.0"
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
|
-
"@eslint/
|
|
54
|
-
"@eslint
|
|
55
|
-
"eslint-plugin-import-x": "^4.3
|
|
56
|
-
"eslint-plugin-jest-dom": "^5.
|
|
57
|
-
"eslint-plugin-jsx-a11y": "^6.10.
|
|
58
|
-
"eslint-plugin-playwright": "^1.
|
|
59
|
-
"eslint-plugin-react": "^7.37.
|
|
53
|
+
"@eslint/js": "^9.15.0",
|
|
54
|
+
"@vitest/eslint-plugin": "^1.1.10",
|
|
55
|
+
"eslint-plugin-import-x": "^4.4.3",
|
|
56
|
+
"eslint-plugin-jest-dom": "^5.5.0",
|
|
57
|
+
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
58
|
+
"eslint-plugin-playwright": "^2.1.0",
|
|
59
|
+
"eslint-plugin-react": "^7.37.2",
|
|
60
60
|
"eslint-plugin-react-hooks": "^5.0.0",
|
|
61
|
-
"eslint-plugin-testing-library": "^
|
|
62
|
-
"
|
|
63
|
-
"
|
|
64
|
-
"typescript-eslint": "^8.9.0"
|
|
61
|
+
"eslint-plugin-testing-library": "^7.0.0",
|
|
62
|
+
"globals": "^15.12.0",
|
|
63
|
+
"typescript-eslint": "^8.15.0"
|
|
65
64
|
},
|
|
66
65
|
"devDependencies": {
|
|
67
66
|
"@changesets/changelog-github": "0.5.0",
|
|
68
|
-
"@changesets/cli": "2.27.
|
|
67
|
+
"@changesets/cli": "2.27.10",
|
|
69
68
|
"@types/eslint__js": "8.42.3",
|
|
70
|
-
"@types/node": "
|
|
71
|
-
"@types/react": "18.3.
|
|
69
|
+
"@types/node": "22.9.3",
|
|
70
|
+
"@types/react": "18.3.12",
|
|
72
71
|
"@types/react-dom": "18.3.1",
|
|
73
72
|
"@wkovacs64/prettier-config": "4.1.1",
|
|
74
|
-
"eslint": "
|
|
73
|
+
"eslint": "9.15.0",
|
|
75
74
|
"prettier": "3.3.3",
|
|
76
|
-
"typescript": "5.
|
|
75
|
+
"typescript": "5.7.2"
|
|
77
76
|
}
|
|
78
77
|
}
|