@ghettoddos/eslint-config 3.2.0 → 3.2.1
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.mjs +1 -1
- package/package.json +2 -2
package/dist/index.mjs
CHANGED
|
@@ -1270,7 +1270,7 @@ async function react(options = {}) {
|
|
|
1270
1270
|
"react/no-use-context": "warn",
|
|
1271
1271
|
"react/no-useless-forward-ref": "warn",
|
|
1272
1272
|
"react/prefer-use-state-lazy-initialization": "warn",
|
|
1273
|
-
"react/
|
|
1273
|
+
"react/jsx-shorthand-boolean": "warn",
|
|
1274
1274
|
"react/prefer-destructuring-assignment": "warn",
|
|
1275
1275
|
"react/no-missing-context-display-name": "warn",
|
|
1276
1276
|
"react/no-missing-component-display-name": "warn",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ghettoddos/eslint-config",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "3.2.
|
|
4
|
+
"version": "3.2.1",
|
|
5
5
|
"description": "ghettoDdOS ESLint config",
|
|
6
6
|
"author": "ghettoDdOS <pen.egor2002@gamil.com> (https://github.com/ghettoDdOS/)",
|
|
7
7
|
"license": "MIT",
|
|
@@ -166,7 +166,7 @@
|
|
|
166
166
|
"vitest": "^4.0.16",
|
|
167
167
|
"vue": "^3.5.26",
|
|
168
168
|
"vue-eslint-parser": "^10.2.0",
|
|
169
|
-
"@ghettoddos/eslint-config": "3.2.
|
|
169
|
+
"@ghettoddos/eslint-config": "3.2.1"
|
|
170
170
|
},
|
|
171
171
|
"simple-git-hooks": {
|
|
172
172
|
"pre-commit": "npx lint-staged",
|