@schoero/configs 1.5.10 → 1.5.12

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/eslint/jsx.js CHANGED
@@ -25,6 +25,8 @@ export const jsx = [
25
25
  "eslint-plugin-stylistic": eslintPluginStylistic
26
26
  },
27
27
  rules: {
28
+ "eslint-plugin-stylistic/indent": ["warn", 2],
29
+
28
30
  "eslint-plugin-stylistic/jsx-curly-brace-presence": ["warn", { children: "never", propElementValues: "always", props: "never" }],
29
31
  "eslint-plugin-stylistic/jsx-child-element-spacing": "warn",
30
32
  "eslint-plugin-stylistic/jsx-closing-bracket-location": ["warn", "line-aligned"],
@@ -34,7 +36,6 @@ export const jsx = [
34
36
  "eslint-plugin-stylistic/jsx-equals-spacing": ["warn", "never"],
35
37
  "eslint-plugin-stylistic/jsx-function-call-newline": ["warn", "multiline"],
36
38
  "eslint-plugin-stylistic/jsx-first-prop-new-line": ["warn", "multiline-multiprop"],
37
- "eslint-plugin-stylistic/jsx-indent": ["warn", 2],
38
39
  "eslint-plugin-stylistic/jsx-pascal-case": ["warn", { allowAllCaps: true }],
39
40
  "eslint-plugin-stylistic/jsx-indent-props": ["warn", 2],
40
41
  "eslint-plugin-stylistic/jsx-max-props-per-line": ["warn", { maximum: 1, when: "multiline" }],
@@ -108,7 +108,7 @@ export const stylistic = [
108
108
  }],
109
109
 
110
110
  // quotes
111
- "eslint-plugin-stylistic/quotes": ["warn", "double", { allowTemplateLiterals: false, avoidEscape: true }],
111
+ "eslint-plugin-stylistic/quotes": ["warn", "double", { allowTemplateLiterals: "never", avoidEscape: true }],
112
112
  "eslint-plugin-stylistic/quote-props": ["warn", "consistent-as-needed"],
113
113
 
114
114
  // parentheses
@@ -168,7 +168,7 @@ export const stylistic = [
168
168
  "eslint-plugin-stylistic/no-extra-parens": "warn",
169
169
 
170
170
  // quotes
171
- "eslint-plugin-stylistic/quotes": ["warn", "double", { allowTemplateLiterals: false, avoidEscape: true }],
171
+ "eslint-plugin-stylistic/quotes": ["warn", "double", { allowTemplateLiterals: "never", avoidEscape: true }],
172
172
 
173
173
  // semicolon
174
174
  "eslint-plugin-stylistic/semi": "warn",
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.5.10",
2
+ "version": "1.5.12",
3
3
  "type": "module",
4
4
  "name": "@schoero/configs",
5
5
  "description": "",
@@ -79,31 +79,31 @@
79
79
  "@cspell/dict-bash": "^4.2.1",
80
80
  "@cspell/dict-companies": "^3.2.2",
81
81
  "@cspell/dict-css": "^4.0.18",
82
- "@cspell/dict-de-ch": "^1.3.1",
83
- "@cspell/dict-en_us": "^4.4.15",
84
- "@cspell/dict-fr-fr": "^2.3.1",
82
+ "@cspell/dict-de-ch": "^1.3.2",
83
+ "@cspell/dict-en_us": "^4.4.16",
84
+ "@cspell/dict-fr-fr": "^2.3.2",
85
85
  "@cspell/dict-fullstack": "^3.2.7",
86
86
  "@cspell/dict-html": "^4.0.12",
87
87
  "@cspell/dict-html-symbol-entities": "^4.0.4",
88
- "@cspell/dict-it-it": "^3.1.5",
88
+ "@cspell/dict-it-it": "^3.1.6",
89
89
  "@cspell/dict-lorem-ipsum": "^4.0.5",
90
90
  "@cspell/dict-markdown": "^2.0.12",
91
91
  "@cspell/dict-node": "^5.0.8",
92
92
  "@cspell/dict-npm": "^5.2.12",
93
93
  "@cspell/dict-public-licenses": "^2.0.14",
94
- "@cspell/dict-software-terms": "^5.1.4",
94
+ "@cspell/dict-software-terms": "^5.1.5",
95
95
  "@cspell/dict-typescript": "^3.2.3",
96
- "@stylistic/eslint-plugin": "^5.2.0",
97
- "@typescript-eslint/eslint-plugin": "^8.37.0",
98
- "@typescript-eslint/parser": "^8.37.0",
99
- "cspell-lib": "^9.1.5",
96
+ "@stylistic/eslint-plugin": "^5.2.1",
97
+ "@typescript-eslint/eslint-plugin": "^8.38.0",
98
+ "@typescript-eslint/parser": "^8.38.0",
99
+ "cspell-lib": "^9.2.0",
100
100
  "eslint-plugin-import-newlines": "^1.4.0",
101
101
  "eslint-plugin-import-x": "^4.16.1",
102
102
  "eslint-plugin-jsdoc": "^51.4.1",
103
103
  "eslint-plugin-jsonc": "^2.20.1",
104
104
  "eslint-plugin-markdown": "^5.1.0",
105
105
  "eslint-plugin-perfectionist": "^4.15.0",
106
- "eslint-plugin-unicorn": "^59.0.1",
106
+ "eslint-plugin-unicorn": "^60.0.0",
107
107
  "eslint-plugin-unused-imports": "^4.1.4",
108
108
  "eslint-plugin-vitest": "^0.5.4",
109
109
  "eslint-plugin-yml": "^1.18.0",
@@ -113,12 +113,12 @@
113
113
  "yaml-eslint-parser": "^1.3.0"
114
114
  },
115
115
  "optionalDependencies": {
116
- "eslint-plugin-better-tailwindcss": "^3.6.3"
116
+ "eslint-plugin-better-tailwindcss": "^3.7.0"
117
117
  },
118
118
  "devDependencies": {
119
- "@types/node": "^24.0.14",
119
+ "@types/node": "^24.0.15",
120
120
  "changelogen": "^0.6.2",
121
- "cspell": "^9.1.5",
121
+ "cspell": "^9.2.0",
122
122
  "eslint": "^9.31.0",
123
123
  "markdownlint": "^0.38.0",
124
124
  "vite": "^7.0.5",