@schoero/configs 1.5.10 → 1.5.11
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 +2 -1
- package/eslint/stylistic.js +2 -2
- package/package.json +8 -8
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" }],
|
package/eslint/stylistic.js
CHANGED
|
@@ -108,7 +108,7 @@ export const stylistic = [
|
|
|
108
108
|
}],
|
|
109
109
|
|
|
110
110
|
// quotes
|
|
111
|
-
"eslint-plugin-stylistic/quotes": ["warn", "double", { allowTemplateLiterals:
|
|
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:
|
|
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.
|
|
2
|
+
"version": "1.5.11",
|
|
3
3
|
"type": "module",
|
|
4
4
|
"name": "@schoero/configs",
|
|
5
5
|
"description": "",
|
|
@@ -79,13 +79,13 @@
|
|
|
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.
|
|
83
|
-
"@cspell/dict-en_us": "^4.4.
|
|
84
|
-
"@cspell/dict-fr-fr": "^2.3.
|
|
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.
|
|
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",
|
|
@@ -96,7 +96,7 @@
|
|
|
96
96
|
"@stylistic/eslint-plugin": "^5.2.0",
|
|
97
97
|
"@typescript-eslint/eslint-plugin": "^8.37.0",
|
|
98
98
|
"@typescript-eslint/parser": "^8.37.0",
|
|
99
|
-
"cspell-lib": "^9.
|
|
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",
|
|
@@ -116,9 +116,9 @@
|
|
|
116
116
|
"eslint-plugin-better-tailwindcss": "^3.6.3"
|
|
117
117
|
},
|
|
118
118
|
"devDependencies": {
|
|
119
|
-
"@types/node": "^24.0.
|
|
119
|
+
"@types/node": "^24.0.15",
|
|
120
120
|
"changelogen": "^0.6.2",
|
|
121
|
-
"cspell": "^9.
|
|
121
|
+
"cspell": "^9.2.0",
|
|
122
122
|
"eslint": "^9.31.0",
|
|
123
123
|
"markdownlint": "^0.38.0",
|
|
124
124
|
"vite": "^7.0.5",
|