@vinicunca/eslint-config 2.0.12 → 2.1.0
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 +447 -282
- package/dist/index.d.cts +239 -45
- package/dist/index.d.ts +239 -45
- package/dist/index.js +437 -282
- package/package.json +28 -22
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.1.0",
|
|
5
5
|
"description": "Vinicunca ESLint config",
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "praburangki",
|
|
@@ -59,30 +59,33 @@
|
|
|
59
59
|
},
|
|
60
60
|
"dependencies": {
|
|
61
61
|
"@antfu/eslint-define-config": "1.23.0-2",
|
|
62
|
-
"@eslint-types/jsdoc": "^46.9.
|
|
63
|
-
"@eslint-types/typescript-eslint": "^6.
|
|
64
|
-
"@eslint-types/unicorn": "^
|
|
65
|
-
"@stylistic/eslint-plugin": "^1.5.
|
|
66
|
-
"@typescript-eslint/eslint-plugin": "^6.
|
|
67
|
-
"@typescript-eslint/parser": "^6.
|
|
68
|
-
"@unocss/eslint-plugin": "^0.
|
|
69
|
-
"@vinicunca/eslint-plugin-vinicunca": "^1.0.
|
|
62
|
+
"@eslint-types/jsdoc": "^46.9.1",
|
|
63
|
+
"@eslint-types/typescript-eslint": "^6.16.0",
|
|
64
|
+
"@eslint-types/unicorn": "^50.0.1",
|
|
65
|
+
"@stylistic/eslint-plugin": "^1.5.1",
|
|
66
|
+
"@typescript-eslint/eslint-plugin": "^6.16.0",
|
|
67
|
+
"@typescript-eslint/parser": "^6.16.0",
|
|
68
|
+
"@unocss/eslint-plugin": "^0.58.1",
|
|
69
|
+
"@vinicunca/eslint-plugin-vinicunca": "^1.0.10",
|
|
70
|
+
"eslint-merge-processors": "^0.1.0",
|
|
70
71
|
"eslint-plugin-eslint-comments": "^3.2.0",
|
|
71
|
-
"eslint-plugin-
|
|
72
|
-
"eslint-plugin-
|
|
73
|
-
"eslint-plugin-
|
|
72
|
+
"eslint-plugin-format": "^0.1.0",
|
|
73
|
+
"eslint-plugin-i": "^2.29.1",
|
|
74
|
+
"eslint-plugin-jsdoc": "^46.9.1",
|
|
75
|
+
"eslint-plugin-jsonc": "^2.11.2",
|
|
74
76
|
"eslint-plugin-markdown": "^3.0.1",
|
|
75
|
-
"eslint-plugin-n": "^16.
|
|
77
|
+
"eslint-plugin-n": "^16.5.0",
|
|
76
78
|
"eslint-plugin-no-only-tests": "^3.1.0",
|
|
77
79
|
"eslint-plugin-perfectionist": "^2.5.0",
|
|
78
80
|
"eslint-plugin-react": "^7.33.2",
|
|
79
81
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
80
|
-
"eslint-plugin-unicorn": "^
|
|
82
|
+
"eslint-plugin-unicorn": "^50.0.1",
|
|
81
83
|
"eslint-plugin-unused-imports": "^3.0.0",
|
|
82
|
-
"eslint-plugin-vitest": "^0.3.
|
|
84
|
+
"eslint-plugin-vitest": "^0.3.20",
|
|
83
85
|
"eslint-plugin-vue": "^9.19.2",
|
|
84
|
-
"eslint-plugin-yml": "^1.
|
|
85
|
-
"
|
|
86
|
+
"eslint-plugin-yml": "^1.11.0",
|
|
87
|
+
"eslint-processor-vue-blocks": "^0.1.1",
|
|
88
|
+
"globals": "^13.24.0",
|
|
86
89
|
"jsonc-eslint-parser": "^2.4.0",
|
|
87
90
|
"local-pkg": "^0.5.0",
|
|
88
91
|
"parse-gitignore": "^2.0.0",
|
|
@@ -90,18 +93,21 @@
|
|
|
90
93
|
"yaml-eslint-parser": "^1.2.2"
|
|
91
94
|
},
|
|
92
95
|
"devDependencies": {
|
|
93
|
-
"@eslint-stylistic/metadata": "^1.
|
|
96
|
+
"@eslint-stylistic/metadata": "^1.5.1",
|
|
97
|
+
"@types/eslint": "^8.56.0",
|
|
94
98
|
"@types/fs-extra": "^11.0.4",
|
|
95
99
|
"execa": "^8.0.1",
|
|
100
|
+
"fast-glob": "^3.3.2",
|
|
96
101
|
"fs-extra": "^11.2.0",
|
|
97
102
|
"react": "^18.2.0",
|
|
98
|
-
"tsup": "^8.0.1"
|
|
103
|
+
"tsup": "^8.0.1",
|
|
104
|
+
"vue": "^3.3.13"
|
|
99
105
|
},
|
|
100
106
|
"scripts": {
|
|
101
|
-
"
|
|
102
|
-
"lint": "pnpm run stub && eslint .",
|
|
107
|
+
"lint": "eslint -v",
|
|
103
108
|
"test": "vitest",
|
|
104
|
-
"build": "tsup
|
|
109
|
+
"build": "tsup --format esm,cjs --clean --dts",
|
|
110
|
+
"stub": "tsup --format esm",
|
|
105
111
|
"release": "bumpp package.json --commit --push --tag --commit 'chore: release v'"
|
|
106
112
|
}
|
|
107
113
|
}
|