@jimmy.codes/eslint-config 6.14.1 → 6.14.2
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/dist/index.js +1 -6
- package/package.json +7 -7
package/dist/index.js
CHANGED
|
@@ -120,12 +120,7 @@ const additionalRules = {
|
|
|
120
120
|
"no-implicit-globals": "error",
|
|
121
121
|
"no-lonely-if": "error",
|
|
122
122
|
"no-loop-func": "error",
|
|
123
|
-
"no-magic-numbers":
|
|
124
|
-
0,
|
|
125
|
-
1,
|
|
126
|
-
-1,
|
|
127
|
-
2
|
|
128
|
-
] }],
|
|
123
|
+
"no-magic-numbers": "off",
|
|
129
124
|
"no-new-wrappers": "error",
|
|
130
125
|
"no-param-reassign": ["error", { props: true }],
|
|
131
126
|
"no-promise-executor-return": "error",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jimmy.codes/eslint-config",
|
|
3
|
-
"version": "6.14.
|
|
3
|
+
"version": "6.14.2",
|
|
4
4
|
"description": "A simple, modern ESLint config that covers most use cases.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"eslint",
|
|
@@ -41,14 +41,14 @@
|
|
|
41
41
|
"dependencies": {
|
|
42
42
|
"@eslint-community/eslint-plugin-eslint-comments": "^4.5.0",
|
|
43
43
|
"@eslint-react/eslint-plugin": "2.2.1",
|
|
44
|
-
"@eslint/js": "^9.
|
|
45
|
-
"@next/eslint-plugin-next": "^15.5.
|
|
44
|
+
"@eslint/js": "^9.38.0",
|
|
45
|
+
"@next/eslint-plugin-next": "^15.5.6",
|
|
46
46
|
"@stylistic/eslint-plugin": "^5.4.0",
|
|
47
|
-
"@tanstack/eslint-plugin-query": "^5.91.
|
|
47
|
+
"@tanstack/eslint-plugin-query": "^5.91.2",
|
|
48
48
|
"@types/eslint": "9.6.1",
|
|
49
49
|
"@typescript-eslint/parser": "^8.46.1",
|
|
50
50
|
"@typescript-eslint/utils": "^8.46.1",
|
|
51
|
-
"@vitest/eslint-plugin": "^1.3.
|
|
51
|
+
"@vitest/eslint-plugin": "^1.3.23",
|
|
52
52
|
"astro-eslint-parser": "^1.2.2",
|
|
53
53
|
"eslint-config-flat-gitignore": "^2.1.0",
|
|
54
54
|
"eslint-config-prettier": "^10.1.8",
|
|
@@ -57,14 +57,14 @@
|
|
|
57
57
|
"eslint-plugin-import-x": "^4.16.1",
|
|
58
58
|
"eslint-plugin-jest": "^29.0.1",
|
|
59
59
|
"eslint-plugin-jest-dom": "^5.5.0",
|
|
60
|
-
"eslint-plugin-jsdoc": "^61.1.
|
|
60
|
+
"eslint-plugin-jsdoc": "^61.1.4",
|
|
61
61
|
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
62
62
|
"eslint-plugin-n": "^17.23.1",
|
|
63
63
|
"eslint-plugin-perfectionist": "^4.15.1",
|
|
64
64
|
"eslint-plugin-playwright": "^2.2.2",
|
|
65
65
|
"eslint-plugin-react-compiler": "19.1.0-rc.2",
|
|
66
66
|
"eslint-plugin-react-hooks": "^7.0.0",
|
|
67
|
-
"eslint-plugin-react-refresh": "0.4.
|
|
67
|
+
"eslint-plugin-react-refresh": "0.4.24",
|
|
68
68
|
"eslint-plugin-regexp": "^2.10.0",
|
|
69
69
|
"eslint-plugin-storybook": "0.12.0",
|
|
70
70
|
"eslint-plugin-testing-library": "^7.13.3",
|