linted 16.4.0-rc.0 → 16.4.0-rc.1

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "_schemaVersion": "20.16.1",
3
3
  "name": "linted",
4
- "version": "16.4.0-rc.0",
4
+ "version": "16.4.0-rc.1",
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",
@@ -55,7 +55,7 @@
55
55
  "@eslinted/core": "~3.1.21",
56
56
  "@html-eslint/eslint-plugin": "~0.26.0",
57
57
  "@html-eslint/parser": "~0.26.0",
58
- "@stylistic/eslint-plugin": "2.6.4",
58
+ "@stylistic/eslint-plugin": "2.6.5",
59
59
  "@typescript-eslint/eslint-plugin": "~8.3.0",
60
60
  "@typescript-eslint/parser": "~8.3.0",
61
61
  "eslint-plugin-jsonc": "~2.16.0",
@@ -71,7 +71,7 @@
71
71
  "devDependencies": {
72
72
  "@eslint/config-inspector": "^0.5.4",
73
73
  "eslint": "~9.9.1",
74
- "linted": "~16.3.8",
74
+ "linted": "~16.4.0-rc.0",
75
75
  "npm-run-all": "^4.1.5",
76
76
  "typescript": "^5.5.4"
77
77
  },
@@ -1,5 +1,5 @@
1
1
  declare module "eslint-plugin-markdownlint/parser.js" {
2
- export const parseForESLint: (code: string)=> Record<
2
+ export const parseForESLint: (code: string) => Record<
3
3
  | "ast"
4
4
  | "parserServices"
5
5
  | "visitorKeys"