@kitql/eslint-config 0.8.0-next.1 → 0.8.0-next.2

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 (2) hide show
  1. package/eslint.config.js +4 -0
  2. package/package.json +10 -10
package/eslint.config.js CHANGED
@@ -164,6 +164,10 @@ const othersRules = () => {
164
164
  'svelte/no-inner-declarations': 'off',
165
165
 
166
166
  'svelte/require-each-key': 'warn',
167
+
168
+ // Link to: https://github.com/sveltejs/eslint-plugin-svelte/issues/1353
169
+ // and https://github.com/sveltejs/eslint-plugin-svelte/issues/1352
170
+ 'svelte/no-navigation-without-resolve': 'off',
167
171
  },
168
172
  },
169
173
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kitql/eslint-config",
3
- "version": "0.8.0-next.1",
3
+ "version": "0.8.0-next.2",
4
4
  "type": "module",
5
5
  "description": "opinionated linting and formatting for projects",
6
6
  "repository": {
@@ -42,23 +42,23 @@
42
42
  }
43
43
  },
44
44
  "dependencies": {
45
- "@eslint/compat": "1.3.1",
46
- "@eslint/js": "9.31.0",
45
+ "@eslint/compat": "1.4.0",
46
+ "@eslint/js": "9.37.0",
47
47
  "@theguild/prettier-config": "3.0.0",
48
48
  "@types/eslint": "9.6.1",
49
49
  "@typescript-eslint/parser": "8.46.1",
50
50
  "commander": "14.0.0",
51
- "eslint": "9.31.0",
51
+ "eslint": "9.37.0",
52
52
  "eslint-config-prettier": "10.1.5",
53
53
  "eslint-plugin-oxlint": "1.23.0",
54
- "eslint-plugin-pnpm": "1.1.0",
55
- "eslint-plugin-svelte": "3.11.0",
56
- "eslint-plugin-unused-imports": "4.1.4",
57
- "globals": "16.3.0",
54
+ "eslint-plugin-pnpm": "1.2.0",
55
+ "eslint-plugin-svelte": "3.12.4",
56
+ "eslint-plugin-unused-imports": "4.2.0",
57
+ "globals": "16.4.0",
58
58
  "jsonc-eslint-parser": "2.4.0",
59
- "ora": "8.2.0",
59
+ "ora": "9.0.0",
60
60
  "prettier-plugin-svelte": "3.4.0",
61
- "prettier-plugin-tailwindcss": "0.6.14",
61
+ "prettier-plugin-tailwindcss": "0.7.0",
62
62
  "typescript-eslint": "8.46.1",
63
63
  "yaml-eslint-parser": "1.3.0",
64
64
  "@kitql/helpers": "0.8.13"