@lichthagel/eslint-config 1.0.19 → 1.0.21

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.
package/dist/index.js CHANGED
@@ -242,7 +242,6 @@ var stylistic_default = [
242
242
  arrowParens: true,
243
243
  braceStyle: "1tbs",
244
244
  commaDangle: "always-multiline",
245
- flat: true,
246
245
  indent: 2,
247
246
  jsx: true,
248
247
  quoteProps: "consistent-as-needed",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lichthagel/eslint-config",
3
- "version": "1.0.19",
3
+ "version": "1.0.21",
4
4
  "description": "Licht's ESLint config",
5
5
  "keywords": [
6
6
  "eslint",
@@ -42,10 +42,10 @@
42
42
  "types": "dist/index.d.ts",
43
43
  "dependencies": {
44
44
  "@eslint/js": "^9.11.1",
45
- "@stylistic/eslint-plugin": "^3.0.0",
45
+ "@stylistic/eslint-plugin": "^4.0.0",
46
46
  "eslint-plugin-perfectionist": "^4.0.0",
47
- "eslint-plugin-unicorn": "^56.0.0",
48
- "globals": "^15.9.0",
47
+ "eslint-plugin-unicorn": "^57.0.0",
48
+ "globals": "^16.0.0",
49
49
  "typescript-eslint": "^8.7.0"
50
50
  },
51
51
  "devDependencies": {
@@ -57,9 +57,9 @@
57
57
  "eslint": "^9.11.1",
58
58
  "eslint-plugin-n": "^17.10.3",
59
59
  "eslint-plugin-solid": "^0.14.3",
60
- "eslint-plugin-svelte": "^2.44.1",
60
+ "eslint-plugin-svelte": "^3.0.0",
61
61
  "eslint-plugin-tailwindcss": "^3.17.4",
62
- "eslint-typegen": "^1.0.0",
62
+ "eslint-typegen": "^2.0.0",
63
63
  "husky": "^9.1.6",
64
64
  "jiti": "^2.4.2",
65
65
  "lint-staged": "^15.2.10",
@@ -73,7 +73,7 @@
73
73
  "eslint": ">=8.40.0",
74
74
  "eslint-plugin-n": "^17.2.1",
75
75
  "eslint-plugin-solid": "^0.14.3",
76
- "eslint-plugin-svelte": "^2.39.0",
76
+ "eslint-plugin-svelte": "^2.39.0 || ^3.0.0",
77
77
  "eslint-plugin-tailwindcss": "^3.17.4"
78
78
  },
79
79
  "peerDependenciesMeta": {