@eslinted/core 3.4.0 → 3.4.1
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
|
-
"_schemaVersion": "20.17.
|
2
|
+
"_schemaVersion": "20.17.8",
|
3
3
|
"name": "@eslinted/core",
|
4
|
-
"version": "3.4.
|
4
|
+
"version": "3.4.1",
|
5
5
|
"description": "Core ESLint flat config factory npm package `linted`.",
|
6
6
|
"keywords": [],
|
7
7
|
"license": "MIT",
|
@@ -36,7 +36,7 @@
|
|
36
36
|
"build:svelte:compile": "vite build",
|
37
37
|
"build:svelte:prelint": "npm run ln src/**/*.svelte",
|
38
38
|
"lint": "npm run build",
|
39
|
-
"lint:built": "run-s
|
39
|
+
"lint:built": "run-s lint:built:*",
|
40
40
|
"lint:built:configs": "npm run ln --files={*,.github/workflows/*}.{json,jsonc,js,ts,yml}",
|
41
41
|
"lint:built:source": "npm run ln --files=src/**/*.{js,ts,html}",
|
42
42
|
"ln": "eslint --cache --fix --no-error-on-unmatched-pattern %npm_config_files% || echo \"No linter installed.\"",
|