@lichthagel/eslint-config 1.0.13 → 1.0.15

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.d.cts CHANGED
@@ -5204,7 +5204,7 @@ type StylisticQuoteProps = ([]|[("always" | "as-needed" | "consistent" | "consis
5204
5204
  // ----- @stylistic/quotes -----
5205
5205
  type StylisticQuotes = []|[("single" | "double" | "backtick")]|[("single" | "double" | "backtick"), ("avoid-escape" | {
5206
5206
  avoidEscape?: boolean
5207
- allowTemplateLiterals?: boolean
5207
+ allowTemplateLiterals?: (boolean | ("never" | "avoidEscape" | "always"))
5208
5208
  ignoreStringLiterals?: boolean
5209
5209
  })]
5210
5210
  // ----- @stylistic/rest-spread-spacing -----
package/dist/index.d.ts CHANGED
@@ -5204,7 +5204,7 @@ type StylisticQuoteProps = ([]|[("always" | "as-needed" | "consistent" | "consis
5204
5204
  // ----- @stylistic/quotes -----
5205
5205
  type StylisticQuotes = []|[("single" | "double" | "backtick")]|[("single" | "double" | "backtick"), ("avoid-escape" | {
5206
5206
  avoidEscape?: boolean
5207
- allowTemplateLiterals?: boolean
5207
+ allowTemplateLiterals?: (boolean | ("never" | "avoidEscape" | "always"))
5208
5208
  ignoreStringLiterals?: boolean
5209
5209
  })]
5210
5210
  // ----- @stylistic/rest-spread-spacing -----
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lichthagel/eslint-config",
3
- "version": "1.0.13",
3
+ "version": "1.0.15",
4
4
  "description": "Licht's ESLint config",
5
5
  "keywords": [
6
6
  "eslint",
@@ -42,7 +42,7 @@
42
42
  "types": "dist/index.d.ts",
43
43
  "dependencies": {
44
44
  "@eslint/js": "^9.11.1",
45
- "@stylistic/eslint-plugin": "^2.9.0",
45
+ "@stylistic/eslint-plugin": "^3.0.0",
46
46
  "eslint-plugin-perfectionist": "^4.0.0",
47
47
  "eslint-plugin-unicorn": "^56.0.0",
48
48
  "globals": "^15.9.0",