@vinicunca/eslint-config 2.9.5 → 2.9.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 +0 -1
- package/dist/index.js +0 -1
- package/package.json +1 -5
package/dist/index.cjs
CHANGED
|
@@ -507,7 +507,6 @@ async function formatters(options = {}, stylistic2 = {}) {
|
|
|
507
507
|
};
|
|
508
508
|
}
|
|
509
509
|
await ensurePackages([
|
|
510
|
-
"eslint-plugin-format",
|
|
511
510
|
options.markdown && options.slidev ? "prettier-plugin-slidev" : void 0,
|
|
512
511
|
options.astro ? "prettier-plugin-astro" : void 0,
|
|
513
512
|
options.xml || options.svg ? "@prettier/plugin-xml" : void 0
|
package/dist/index.js
CHANGED
|
@@ -389,7 +389,6 @@ async function formatters(options = {}, stylistic2 = {}) {
|
|
|
389
389
|
};
|
|
390
390
|
}
|
|
391
391
|
await ensurePackages([
|
|
392
|
-
"eslint-plugin-format",
|
|
393
392
|
options.markdown && options.slidev ? "prettier-plugin-slidev" : void 0,
|
|
394
393
|
options.astro ? "prettier-plugin-astro" : void 0,
|
|
395
394
|
options.xml || options.svg ? "@prettier/plugin-xml" : void 0
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vinicunca/eslint-config",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2.9.
|
|
4
|
+
"version": "2.9.7",
|
|
5
5
|
"description": "Vinicunca ESLint config",
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "praburangki",
|
|
@@ -61,7 +61,6 @@
|
|
|
61
61
|
"astro-eslint-parser": "^1.0.2",
|
|
62
62
|
"eslint": ">=8.40.0",
|
|
63
63
|
"eslint-plugin-astro": "^1.2.0",
|
|
64
|
-
"eslint-plugin-format": ">=0.1.0",
|
|
65
64
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
66
65
|
"eslint-plugin-react-refresh": "^0.4.4",
|
|
67
66
|
"eslint-plugin-solid": "^0.13.2",
|
|
@@ -86,9 +85,6 @@
|
|
|
86
85
|
"eslint-plugin-astro": {
|
|
87
86
|
"optional": true
|
|
88
87
|
},
|
|
89
|
-
"eslint-plugin-format": {
|
|
90
|
-
"optional": true
|
|
91
|
-
},
|
|
92
88
|
"eslint-plugin-react-hooks": {
|
|
93
89
|
"optional": true
|
|
94
90
|
},
|