@vinicunca/eslint-config 2.11.9 → 2.11.11
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/package.json +4 -3
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vinicunca/eslint-config",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2.11.
|
|
4
|
+
"version": "2.11.11",
|
|
5
5
|
"description": "Vinicunca ESLint config",
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "praburangki",
|
|
@@ -106,7 +106,7 @@
|
|
|
106
106
|
"dependencies": {
|
|
107
107
|
"@antfu/install-pkg": "^0.4.1",
|
|
108
108
|
"@clack/prompts": "^0.7.0",
|
|
109
|
-
"@eslint-community/eslint-plugin-eslint-comments": "^4.4.
|
|
109
|
+
"@eslint-community/eslint-plugin-eslint-comments": "^4.4.1",
|
|
110
110
|
"@eslint/markdown": "^6.2.1",
|
|
111
111
|
"@stylistic/eslint-plugin": "^2.9.0",
|
|
112
112
|
"@typescript-eslint/eslint-plugin": "^8.11.0",
|
|
@@ -145,6 +145,7 @@
|
|
|
145
145
|
"test": "vitest",
|
|
146
146
|
"build": "pnpm run typegen && tsup --format esm,cjs --clean --dts",
|
|
147
147
|
"stub": "tsup --format esm --clean",
|
|
148
|
-
"typegen": "tsx scripts/typegen.ts"
|
|
148
|
+
"typegen": "tsx scripts/typegen.ts",
|
|
149
|
+
"publish:ci": "pnpm publish --access public --no-git-checks"
|
|
149
150
|
}
|
|
150
151
|
}
|