linted 16.0.5-rc.1 → 16.0.5

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 +2 -2
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "_schemaVersion": "20.14.0",
3
3
  "name": "linted",
4
- "version": "16.0.5-rc.1",
4
+ "version": "16.0.5",
5
5
  "description": "Zero-config ESLint flat config factory for (strict, agglutinative) entire-stack formatting and linting: TypeScript, JavaScript, Svelte, HTML, (Tailwind) CSS, Mocha, JSON(C), and sadly YAML.",
6
6
  "keywords": [
7
7
  "eslint",
@@ -64,13 +64,13 @@
64
64
  "eslint-plugin-svelte": "~2.43.0",
65
65
  "eslint-plugin-yml": "~1.14.0",
66
66
  "jsonc-eslint-parser": "~2.4.0",
67
- "linted": "^16.0.5-rc.0",
68
67
  "svelte": "^4.2.18",
69
68
  "svelte-eslint-parser": "~0.41.0",
70
69
  "yaml-eslint-parser": "~1.2.3"
71
70
  },
72
71
  "devDependencies": {
73
72
  "eslint": "~9.8.0",
73
+ "linted": "^16.0.5-rc.1",
74
74
  "npm-run-all": "^4.1.5",
75
75
  "typescript": "^5.5.4"
76
76
  },