@eslinted/core 3.0.0-rc.1 → 3.0.1-rc.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 +3 -2
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "_schemaVersion": "20.14.0",
3
3
  "name": "@eslinted/core",
4
- "version": "3.0.0-rc.1",
4
+ "version": "3.0.1-rc.0",
5
5
  "description": "Core ESLint flat config factory npm package `linted`.",
6
6
  "keywords": [],
7
7
  "license": "MIT",
@@ -27,6 +27,7 @@
27
27
  },
28
28
  "devDependencies": {
29
29
  "eslint": "~9.8.0",
30
+ "linted": "~16.0.0",
30
31
  "npm-run-all": "^4.1.5",
31
32
  "typescript": "^5.5.4"
32
33
  },
@@ -38,7 +39,7 @@
38
39
  "build:svelte:compile": "vite build",
39
40
  "build:svelte:prelint": "npm run ln src/**/*.svelte",
40
41
  "lint": "npm run build",
41
- "lint:built": "exit 0 || run-s lint:built:*",
42
+ "lint:built": "run-s lint:built:*",
42
43
  "lint:built:configs": "npm run ln {*,.github/workflows/*}.{json,jsonc,js,ts,yml}",
43
44
  "lint:built:source": "npm run ln src/**/*.{js,ts,html}",
44
45
  "ln": "eslint --cache --fix",