linted 16.13.1-rc.3 → 16.13.1-rc.4
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +2 -2
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"_schemaVersion": "20.17.10-rc.4",
|
3
3
|
"name": "linted",
|
4
|
-
"version": "16.13.1-rc.
|
4
|
+
"version": "16.13.1-rc.4",
|
5
5
|
"description": "ESLint mono-plugin bundler with strict, opinionated defaults for (Stylistic) JavaScript, TypeScript, Svelte, HTML, Tailwind/CSS, JSON, JSONC, YAML, and Mocha.",
|
6
6
|
"keywords": [
|
7
7
|
"eslint",
|
@@ -99,7 +99,7 @@
|
|
99
99
|
"fix:output:ts": "ts-add-js-extension --dir=dist",
|
100
100
|
"fix:output:svelte": "echo \"Skipped fix for Svelte (handled by SvelteKit)\"",
|
101
101
|
"lint": "npm run build",
|
102
|
-
"lint:false": "(npm run lint:true) || (
|
102
|
+
"lint:false": "(npm run lint:true) || (echo \"Skipped linting (lint=false)\")",
|
103
103
|
"lint:true": "run-os",
|
104
104
|
"lint:true:default": "run-s lint:all:* \"lint:scope:$npm_package_config_language\"",
|
105
105
|
"lint:true:windows": "run-s lint:all:* \"lint:scope:%npm_package_config_language%\"",
|