@schoero/configs 1.0.29 → 1.0.31
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 +6 -2
- package/eslint/typescript.js +4 -0
- package/package.json +20 -16
package/eslint/jsx.js
CHANGED
|
@@ -57,7 +57,7 @@ export const jsx = [
|
|
|
57
57
|
}
|
|
58
58
|
},
|
|
59
59
|
{
|
|
60
|
-
files: ["**/*.{tsx}"],
|
|
60
|
+
files: ["**/*.{tsx,ctsx,mtsx}"],
|
|
61
61
|
plugins: {
|
|
62
62
|
"eslint-plugin-typescript": eslintPluginTypeScript.plugin,
|
|
63
63
|
"eslint-plugin-stylistic-plus": eslintPluginStylisticPlus
|
|
@@ -77,10 +77,14 @@ export const jsx = [
|
|
|
77
77
|
format: ["camelCase", "PascalCase", "UPPER_CASE"],
|
|
78
78
|
leadingUnderscore: "allow",
|
|
79
79
|
selector: "variable"
|
|
80
|
+
},
|
|
81
|
+
{
|
|
82
|
+
format: ["camelCase", "PascalCase"],
|
|
83
|
+
selector: "function"
|
|
80
84
|
}
|
|
81
85
|
],
|
|
82
86
|
|
|
83
|
-
//
|
|
87
|
+
// spacings
|
|
84
88
|
"eslint-plugin-stylistic-plus/type-generic-spacing": "warn",
|
|
85
89
|
"eslint-plugin-stylistic-plus/type-named-tuple-spacing": "warn"
|
|
86
90
|
}
|
package/eslint/typescript.js
CHANGED
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.0.
|
|
2
|
+
"version": "1.0.31",
|
|
3
3
|
"type": "module",
|
|
4
4
|
"name": "@schoero/configs",
|
|
5
5
|
"description": "",
|
|
@@ -39,6 +39,7 @@
|
|
|
39
39
|
"unwritten"
|
|
40
40
|
],
|
|
41
41
|
"peerDependencies": {
|
|
42
|
+
"@stylistic/eslint-plugin-jsx": "^2.6.2",
|
|
42
43
|
"changelogen": "^0.5.5",
|
|
43
44
|
"cspell": "^8.13.0",
|
|
44
45
|
"eslint": "^9.8.0",
|
|
@@ -48,6 +49,9 @@
|
|
|
48
49
|
"vitest": "^2.0.5"
|
|
49
50
|
},
|
|
50
51
|
"peerDependenciesMeta": {
|
|
52
|
+
"@stylistic/eslint-plugin-jsx": {
|
|
53
|
+
"optional": true
|
|
54
|
+
},
|
|
51
55
|
"changelogen": {
|
|
52
56
|
"optional": true
|
|
53
57
|
},
|
|
@@ -72,7 +76,7 @@
|
|
|
72
76
|
},
|
|
73
77
|
"dependencies": {
|
|
74
78
|
"@cspell/dict-bash": "^4.1.3",
|
|
75
|
-
"@cspell/dict-companies": "^3.1.
|
|
79
|
+
"@cspell/dict-companies": "^3.1.4",
|
|
76
80
|
"@cspell/dict-css": "^4.0.12",
|
|
77
81
|
"@cspell/dict-de-ch": "^1.2.0",
|
|
78
82
|
"@cspell/dict-en_us": "^4.3.23",
|
|
@@ -86,28 +90,28 @@
|
|
|
86
90
|
"@cspell/dict-node": "^5.0.1",
|
|
87
91
|
"@cspell/dict-npm": "^5.0.18",
|
|
88
92
|
"@cspell/dict-public-licenses": "^2.0.7",
|
|
89
|
-
"@cspell/dict-software-terms": "^4.0.
|
|
93
|
+
"@cspell/dict-software-terms": "^4.0.6",
|
|
90
94
|
"@cspell/dict-typescript": "^3.1.6",
|
|
91
|
-
"@stylistic/eslint-plugin-js": "^2.6.
|
|
92
|
-
"@stylistic/eslint-plugin-jsx": "^2.6.
|
|
93
|
-
"@stylistic/eslint-plugin-plus": "^2.6.
|
|
94
|
-
"@stylistic/eslint-plugin-ts": "^2.6.
|
|
95
|
-
"cspell-lib": "^8.13.
|
|
95
|
+
"@stylistic/eslint-plugin-js": "^2.6.2",
|
|
96
|
+
"@stylistic/eslint-plugin-jsx": "^2.6.2",
|
|
97
|
+
"@stylistic/eslint-plugin-plus": "^2.6.2",
|
|
98
|
+
"@stylistic/eslint-plugin-ts": "^2.6.2",
|
|
99
|
+
"cspell-lib": "^8.13.2",
|
|
96
100
|
"eslint-plugin-import-newlines": "^1.4.0",
|
|
97
101
|
"eslint-plugin-import-x": "^3.1.0",
|
|
98
|
-
"eslint-plugin-jsdoc": "^
|
|
102
|
+
"eslint-plugin-jsdoc": "^50.0.0",
|
|
99
103
|
"eslint-plugin-jsonc": "^2.16.0",
|
|
100
104
|
"eslint-plugin-markdown": "^5.1.0",
|
|
101
105
|
"eslint-plugin-simple-import-sort": "^12.1.1",
|
|
102
106
|
"eslint-plugin-sort-destructure-keys": "^2.0.0",
|
|
103
107
|
"eslint-plugin-sort-keys": "^2.3.5",
|
|
104
108
|
"eslint-plugin-unicorn": "^55.0.0",
|
|
105
|
-
"eslint-plugin-unused-imports": "^4.
|
|
109
|
+
"eslint-plugin-unused-imports": "^4.1.2",
|
|
106
110
|
"eslint-plugin-vitest": "^0.5.4",
|
|
107
111
|
"eslint-plugin-yml": "^1.14.0",
|
|
108
112
|
"markdownlint-cli2": "^0.13.0",
|
|
109
|
-
"typescript-eslint": "^8.0.
|
|
110
|
-
"vite-tsconfig-paths": "^
|
|
113
|
+
"typescript-eslint": "^8.0.1",
|
|
114
|
+
"vite-tsconfig-paths": "^5.0.1",
|
|
111
115
|
"vitest-github-actions-reporter": "^0.11.1"
|
|
112
116
|
},
|
|
113
117
|
"optionalDependencies": {
|
|
@@ -115,12 +119,12 @@
|
|
|
115
119
|
"eslint-plugin-tailwindcss": "^3.17.4"
|
|
116
120
|
},
|
|
117
121
|
"devDependencies": {
|
|
118
|
-
"@types/node": "^22.0
|
|
122
|
+
"@types/node": "^22.2.0",
|
|
119
123
|
"changelogen": "^0.5.5",
|
|
120
|
-
"cspell": "^8.13.
|
|
121
|
-
"eslint": "^9.
|
|
124
|
+
"cspell": "^8.13.2",
|
|
125
|
+
"eslint": "^9.9.0",
|
|
122
126
|
"markdownlint": "^0.34.0",
|
|
123
|
-
"vite": "^5.
|
|
127
|
+
"vite": "^5.4.0",
|
|
124
128
|
"vitest": "^2.0.5"
|
|
125
129
|
},
|
|
126
130
|
"keywords": []
|