@svifty7/eslint-config 0.0.6 → 0.0.8
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 -5
- package/dist/index.mjs +0 -5
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -1873,11 +1873,6 @@ async function vue(options = {}) {
|
|
|
1873
1873
|
"vue/require-typed-object-prop": "error",
|
|
1874
1874
|
"vue/require-typed-ref": "error",
|
|
1875
1875
|
"vue/v-for-delimiter-style": ["error", "in"],
|
|
1876
|
-
"vue/component-name-in-template-casing": [
|
|
1877
|
-
"error",
|
|
1878
|
-
"kebab-case",
|
|
1879
|
-
{ registeredComponentsOnly: false }
|
|
1880
|
-
],
|
|
1881
1876
|
"vue/array-bracket-spacing": ["error", "never"],
|
|
1882
1877
|
"vue/arrow-spacing": ["error", {
|
|
1883
1878
|
after: true,
|
package/dist/index.mjs
CHANGED
|
@@ -1844,11 +1844,6 @@ async function vue(options = {}) {
|
|
|
1844
1844
|
"vue/require-typed-object-prop": "error",
|
|
1845
1845
|
"vue/require-typed-ref": "error",
|
|
1846
1846
|
"vue/v-for-delimiter-style": ["error", "in"],
|
|
1847
|
-
"vue/component-name-in-template-casing": [
|
|
1848
|
-
"error",
|
|
1849
|
-
"kebab-case",
|
|
1850
|
-
{ registeredComponentsOnly: false }
|
|
1851
|
-
],
|
|
1852
1847
|
"vue/array-bracket-spacing": ["error", "never"],
|
|
1853
1848
|
"vue/arrow-spacing": ["error", {
|
|
1854
1849
|
after: true,
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@svifty7/eslint-config",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.8",
|
|
5
5
|
"description": "ESLint config by svifty7 based on @antfu/eslint-config",
|
|
6
6
|
"author": "svifty7 (https://github.com/svifty7)",
|
|
7
7
|
"license": "MIT",
|
|
@@ -76,6 +76,7 @@
|
|
|
76
76
|
"local-pkg": "^1.1.2",
|
|
77
77
|
"pnpm-workspace-yaml": "^1.4.3",
|
|
78
78
|
"prettier": "^3.7.4",
|
|
79
|
+
"prettier-plugin-tailwindcss": "^0.7.2",
|
|
79
80
|
"toml-eslint-parser": "^0.10.1",
|
|
80
81
|
"vue-eslint-parser": "^10.2.0",
|
|
81
82
|
"yaml-eslint-parser": "^1.3.2"
|
|
@@ -89,7 +90,6 @@
|
|
|
89
90
|
"eslint-typegen": "^2.3.0",
|
|
90
91
|
"jiti": "^2.6.1",
|
|
91
92
|
"lint-staged": "^16.2.7",
|
|
92
|
-
"prettier-plugin-tailwindcss": "^0.7.2",
|
|
93
93
|
"simple-git-hooks": "^2.13.1",
|
|
94
94
|
"tinyglobby": "^0.2.15",
|
|
95
95
|
"tsdown": "^0.18.3",
|