@vinicunca/eslint-config 2.0.4 → 2.0.7
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.cjs +1 -1
- package/dist/index.js +1 -1
- package/package.json +5 -5
package/dist/index.cjs
CHANGED
|
@@ -1443,7 +1443,6 @@ function javascript(options = {}) {
|
|
|
1443
1443
|
"no-useless-rename": ERROR,
|
|
1444
1444
|
"no-useless-return": ERROR,
|
|
1445
1445
|
"no-var": ERROR,
|
|
1446
|
-
"no-void": ERROR,
|
|
1447
1446
|
"no-with": ERROR,
|
|
1448
1447
|
"object-shorthand": [ERROR, ALWAYS, {
|
|
1449
1448
|
avoidQuotes: true,
|
|
@@ -1774,6 +1773,7 @@ function react(options = {}) {
|
|
|
1774
1773
|
return: STR_PARENS_NEW_LINE
|
|
1775
1774
|
}],
|
|
1776
1775
|
"react/no-danger": WARN,
|
|
1776
|
+
"react/prop-types": OFF,
|
|
1777
1777
|
"react/react-in-jsx-scope": OFF,
|
|
1778
1778
|
"react/self-closing-comp": ERROR,
|
|
1779
1779
|
"react/style-prop-object": ERROR,
|
package/dist/index.js
CHANGED
|
@@ -1350,7 +1350,6 @@ function javascript(options = {}) {
|
|
|
1350
1350
|
"no-useless-rename": ERROR,
|
|
1351
1351
|
"no-useless-return": ERROR,
|
|
1352
1352
|
"no-var": ERROR,
|
|
1353
|
-
"no-void": ERROR,
|
|
1354
1353
|
"no-with": ERROR,
|
|
1355
1354
|
"object-shorthand": [ERROR, ALWAYS, {
|
|
1356
1355
|
avoidQuotes: true,
|
|
@@ -1681,6 +1680,7 @@ function react(options = {}) {
|
|
|
1681
1680
|
return: STR_PARENS_NEW_LINE
|
|
1682
1681
|
}],
|
|
1683
1682
|
"react/no-danger": WARN,
|
|
1683
|
+
"react/prop-types": OFF,
|
|
1684
1684
|
"react/react-in-jsx-scope": OFF,
|
|
1685
1685
|
"react/self-closing-comp": ERROR,
|
|
1686
1686
|
"react/style-prop-object": ERROR,
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vinicunca/eslint-config",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2.0.
|
|
4
|
+
"version": "2.0.7",
|
|
5
5
|
"description": "Vinicunca ESLint config",
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "praburangki",
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
"@typescript-eslint/parser": "^6.9.0",
|
|
65
65
|
"@vinicunca/eslint-plugin-vinicunca": "^1.0.0",
|
|
66
66
|
"eslint-plugin-eslint-comments": "^3.2.0",
|
|
67
|
-
"eslint-plugin-i": "^2.
|
|
67
|
+
"eslint-plugin-i": "^2.29.0",
|
|
68
68
|
"eslint-plugin-jsdoc": "^46.8.2",
|
|
69
69
|
"eslint-plugin-jsonc": "^2.10.0",
|
|
70
70
|
"eslint-plugin-markdown": "^3.0.1",
|
|
@@ -73,10 +73,10 @@
|
|
|
73
73
|
"eslint-plugin-perfectionist": "^2.2.0",
|
|
74
74
|
"eslint-plugin-react": "^7.33.2",
|
|
75
75
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
76
|
-
"eslint-plugin-unicorn": "^
|
|
76
|
+
"eslint-plugin-unicorn": "^49.0.0",
|
|
77
77
|
"eslint-plugin-unused-imports": "^3.0.0",
|
|
78
78
|
"eslint-plugin-vitest": "^0.3.8",
|
|
79
|
-
"eslint-plugin-vue": "^9.18.
|
|
79
|
+
"eslint-plugin-vue": "^9.18.1",
|
|
80
80
|
"eslint-plugin-yml": "^1.10.0",
|
|
81
81
|
"globals": "^13.23.0",
|
|
82
82
|
"jsonc-eslint-parser": "^2.4.0",
|
|
@@ -86,7 +86,7 @@
|
|
|
86
86
|
"yaml-eslint-parser": "^1.2.2"
|
|
87
87
|
},
|
|
88
88
|
"devDependencies": {
|
|
89
|
-
"@eslint-stylistic/metadata": "^0.1.
|
|
89
|
+
"@eslint-stylistic/metadata": "^0.1.2",
|
|
90
90
|
"@types/fs-extra": "^11.0.3",
|
|
91
91
|
"fs-extra": "^11.1.1",
|
|
92
92
|
"react": "^18.2.0",
|