linted 12.2.2 → 12.2.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "linted",
3
- "version": "12.2.2",
3
+ "version": "12.2.3",
4
4
  "description": "Zero-config ESLint flat config factory for (strict, agglutinative) entire-stack formatting and linting: TypeScript, JavaScript, Svelte, HTML, (Tailwind) CSS, Jest, JSON(C), and sadly YAML.",
5
5
  "keywords": [
6
6
  "eslint",
@@ -77,12 +77,12 @@
77
77
  },
78
78
  "devDependencies": {
79
79
  "eslint": "~8.57.0",
80
+ "linted": "~12.2.2",
80
81
  "typescript": "^5.5.2"
81
82
  },
82
83
  "scripts": {
83
84
  "e": "eslint -c eslint.config.js --cache --fix",
84
- "lint": "(npm run lint:project) && (npm run lint:cfg) && (npm run lint:src) && (npm run --if-present lint:ci) && (npm run --if-present lint:svelte)",
85
- "lint:project": "npm run e -- project/**/*.js",
85
+ "lint": "(npm run lint:cfg) && (npm run lint:src) && (npm run --if-present lint:ci) && (npm run --if-present lint:svelte)",
86
86
  "lint:cfg": "npm run e -- package.json tsconfig.json eslint.config.js",
87
87
  "lint:src": "npm run e -- src/**/*.ts",
88
88
  "prebuild": "npm run lint",