linted 16.0.0-rc.2 → 16.0.0-rc.3
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +3 -3
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"_schemaVersion": "20.14.0",
|
3
3
|
"name": "linted",
|
4
|
-
"version": "16.0.0-rc.
|
4
|
+
"version": "16.0.0-rc.3",
|
5
5
|
"description": "Zero-config ESLint flat config factory for (strict, agglutinative) entire-stack formatting and linting: TypeScript, JavaScript, Svelte, HTML, (Tailwind) CSS, Mocha, JSON(C), and sadly YAML.",
|
6
6
|
"keywords": [
|
7
7
|
"eslint",
|
@@ -70,7 +70,7 @@
|
|
70
70
|
},
|
71
71
|
"devDependencies": {
|
72
72
|
"eslint": "~9.8.0",
|
73
|
-
"linted": "~16.0.0-rc.
|
73
|
+
"linted": "~16.0.0-rc.2",
|
74
74
|
"npm-run-all": "^4.1.5",
|
75
75
|
"typescript": "^5.5.4"
|
76
76
|
},
|
@@ -82,7 +82,7 @@
|
|
82
82
|
"build:svelte:compile": "vite build",
|
83
83
|
"build:svelte:prelint": "npm run ln src/**/*.svelte",
|
84
84
|
"lint": "npm run build",
|
85
|
-
"lint:built": "
|
85
|
+
"lint:built": "run-s lint:built:*",
|
86
86
|
"lint:built:configs": "npm run ln {*,.github/workflows/*}.{json,jsonc,js,ts,yml}",
|
87
87
|
"lint:built:source": "npm run ln src/**/*.{js,ts,html}",
|
88
88
|
"ln": "eslint --cache --fix",
|