@eslinted/core 3.4.0-rc.3 → 3.4.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
- "_schemaVersion": "20.17.3",
2
+ "_schemaVersion": "20.17.7",
3
3
  "name": "@eslinted/core",
4
- "version": "3.4.0-rc.3",
4
+ "version": "3.4.0",
5
5
  "description": "Core ESLint flat config factory npm package `linted`.",
6
6
  "keywords": [],
7
7
  "license": "MIT",
@@ -34,12 +34,12 @@
34
34
  "build:svelte:sync": "svelte-kit sync",
35
35
  "build:svelte:check": "svelte-check --tsconfig ./tsconfig.json",
36
36
  "build:svelte:compile": "vite build",
37
- "build:svelte:prelint": "npm run ln src/**/*.svelte || echo \"Svelte prelint step failed.\"",
37
+ "build:svelte:prelint": "npm run ln src/**/*.svelte",
38
38
  "lint": "npm run build",
39
39
  "lint:built": "run-s -c 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
- "ln": "eslint --cache --fix %npm_config_files% || echo \"No linter installed.\"",
42
+ "ln": "eslint --cache --fix --no-error-on-unmatched-pattern %npm_config_files% || echo \"No linter installed.\"",
43
43
  "pretest": "npm run build",
44
44
  "test": "",
45
45
  "start": "vite preview || node .",