@nicksp/eslint-config 1.5.2 → 1.5.3
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.
|
@@ -3951,6 +3951,11 @@ interface RuleOptions {
|
|
|
3951
3951
|
* @see https://eslint-react.xyz/docs/rules/web-api-no-leaked-timeout
|
|
3952
3952
|
*/
|
|
3953
3953
|
'react-web-api/no-leaked-timeout'?: Linter.RuleEntry<[]>;
|
|
3954
|
+
/**
|
|
3955
|
+
* Prevents dollar signs from being inserted as text nodes before expressions.
|
|
3956
|
+
* @see https://eslint-react.xyz/docs/rules/jsx-dollar
|
|
3957
|
+
*/
|
|
3958
|
+
'react-x/jsx-dollar'?: Linter.RuleEntry<[]>;
|
|
3954
3959
|
/**
|
|
3955
3960
|
* Enforces that the 'key' prop is placed before the spread prop in JSX elements.
|
|
3956
3961
|
* @see https://eslint-react.xyz/docs/rules/jsx-key-before-spread
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nicksp/eslint-config",
|
|
3
3
|
"description": "Nick's ESLint config",
|
|
4
|
-
"version": "1.5.
|
|
4
|
+
"version": "1.5.3",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"packageManager": "pnpm@10.20.0",
|
|
7
7
|
"author": {
|
|
@@ -25,11 +25,11 @@
|
|
|
25
25
|
"styleguide",
|
|
26
26
|
"eslint-config"
|
|
27
27
|
],
|
|
28
|
-
"main": "./dist/index.
|
|
28
|
+
"main": "./dist/index.mjs",
|
|
29
29
|
"exports": {
|
|
30
|
-
".": "./dist/index.
|
|
30
|
+
".": "./dist/index.mjs"
|
|
31
31
|
},
|
|
32
|
-
"types": "./dist/index.d.
|
|
32
|
+
"types": "./dist/index.d.mts",
|
|
33
33
|
"files": [
|
|
34
34
|
"dist"
|
|
35
35
|
],
|
|
@@ -53,11 +53,11 @@
|
|
|
53
53
|
"prepare": "simple-git-hooks"
|
|
54
54
|
},
|
|
55
55
|
"peerDependencies": {
|
|
56
|
-
"@eslint-react/eslint-plugin": "^2.
|
|
56
|
+
"@eslint-react/eslint-plugin": "^2.3.1",
|
|
57
57
|
"@next/eslint-plugin-next": "^16.0.1",
|
|
58
|
-
"@nicksp/prettier-config": "^1.0.
|
|
58
|
+
"@nicksp/prettier-config": "^1.0.2",
|
|
59
59
|
"astro-eslint-parser": "^1.2.2",
|
|
60
|
-
"eslint": "^9.
|
|
60
|
+
"eslint": "^9.39.1",
|
|
61
61
|
"eslint-plugin-astro": "^1.4.0",
|
|
62
62
|
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
63
63
|
"eslint-plugin-react-hooks": "^7.0.1",
|
|
@@ -97,17 +97,17 @@
|
|
|
97
97
|
"@antfu/install-pkg": "^1.1.0",
|
|
98
98
|
"@clack/prompts": "^0.11.0",
|
|
99
99
|
"@eslint-community/eslint-plugin-eslint-comments": "^4.5.0",
|
|
100
|
-
"@eslint/js": "^9.
|
|
101
|
-
"@typescript-eslint/utils": "^8.46.
|
|
100
|
+
"@eslint/js": "^9.39.1",
|
|
101
|
+
"@typescript-eslint/utils": "^8.46.3",
|
|
102
102
|
"@vitest/eslint-plugin": "^1.4.0",
|
|
103
103
|
"eslint-config-flat-gitignore": "^2.1.0",
|
|
104
104
|
"eslint-config-prettier": "^10.1.8",
|
|
105
105
|
"eslint-flat-config-utils": "^2.1.4",
|
|
106
106
|
"eslint-plugin-antfu": "^3.1.1",
|
|
107
107
|
"eslint-plugin-de-morgan": "^2.0.0",
|
|
108
|
-
"eslint-plugin-erasable-syntax-only": "^0.
|
|
108
|
+
"eslint-plugin-erasable-syntax-only": "^0.4.0",
|
|
109
109
|
"eslint-plugin-import-lite": "^0.3.0",
|
|
110
|
-
"eslint-plugin-jsdoc": "^61.1.
|
|
110
|
+
"eslint-plugin-jsdoc": "^61.1.12",
|
|
111
111
|
"eslint-plugin-jsonc": "^2.21.0",
|
|
112
112
|
"eslint-plugin-n": "^17.23.1",
|
|
113
113
|
"eslint-plugin-no-only-tests": "^3.3.0",
|
|
@@ -117,24 +117,24 @@
|
|
|
117
117
|
"eslint-plugin-unicorn": "^62.0.0",
|
|
118
118
|
"eslint-plugin-unused-imports": "^4.3.0",
|
|
119
119
|
"eslint-plugin-yml": "^1.19.0",
|
|
120
|
-
"globals": "^16.
|
|
120
|
+
"globals": "^16.5.0",
|
|
121
121
|
"jsonc-eslint-parser": "^2.4.1",
|
|
122
122
|
"local-pkg": "^1.1.2",
|
|
123
123
|
"prettier": "^3.6.2",
|
|
124
|
-
"typescript-eslint": "^8.46.
|
|
124
|
+
"typescript-eslint": "^8.46.3",
|
|
125
125
|
"yaml-eslint-parser": "^1.3.0"
|
|
126
126
|
},
|
|
127
127
|
"devDependencies": {
|
|
128
128
|
"@antfu/ni": "^27.0.1",
|
|
129
|
-
"@eslint-react/eslint-plugin": "^2.
|
|
129
|
+
"@eslint-react/eslint-plugin": "^2.3.1",
|
|
130
130
|
"@eslint/config-inspector": "^1.3.0",
|
|
131
131
|
"@next/eslint-plugin-next": "^16.0.1",
|
|
132
132
|
"@nicksp/eslint-config": "workspace:*",
|
|
133
|
-
"@nicksp/prettier-config": "^1.0.
|
|
133
|
+
"@nicksp/prettier-config": "^1.0.2",
|
|
134
134
|
"@types/eslint-plugin-jsx-a11y": "^6.10.1",
|
|
135
|
-
"@types/node": "^24.
|
|
135
|
+
"@types/node": "^24.10.0",
|
|
136
136
|
"astro-eslint-parser": "^1.2.2",
|
|
137
|
-
"eslint": "^9.
|
|
137
|
+
"eslint": "^9.39.1",
|
|
138
138
|
"eslint-plugin-astro": "^1.4.0",
|
|
139
139
|
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
140
140
|
"eslint-plugin-react-hooks": "^7.0.1",
|
|
@@ -146,10 +146,10 @@
|
|
|
146
146
|
"prettier-plugin-astro": "^0.14.1",
|
|
147
147
|
"simple-git-hooks": "^2.13.1",
|
|
148
148
|
"tinyglobby": "^0.2.15",
|
|
149
|
-
"tsdown": "^0.
|
|
149
|
+
"tsdown": "^0.16.0",
|
|
150
150
|
"tsx": "^4.20.6",
|
|
151
151
|
"typescript": "^5.9.3",
|
|
152
|
-
"vitest": "^4.0.
|
|
152
|
+
"vitest": "^4.0.6"
|
|
153
153
|
},
|
|
154
154
|
"simple-git-hooks": {
|
|
155
155
|
"pre-commit": "npx lint-staged"
|
|
File without changes
|