@schoero/configs 1.2.0 → 1.2.2
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/javascript.js +1 -0
- package/package.json +29 -29
package/eslint/javascript.js
CHANGED
|
@@ -133,6 +133,7 @@ export const javascript = [
|
|
|
133
133
|
"eslint-plugin-unicorn/no-empty-file": "warn",
|
|
134
134
|
"eslint-plugin-unicorn/no-instanceof-array": "warn",
|
|
135
135
|
"eslint-plugin-unicorn/no-unreadable-array-destructuring": "warn",
|
|
136
|
+
"eslint-plugin-unicorn/numeric-separators-style": "warn",
|
|
136
137
|
"eslint-plugin-unicorn/no-unsafe-regex": "warn",
|
|
137
138
|
"eslint-plugin-unicorn/no-useless-length-check": "warn",
|
|
138
139
|
"eslint-plugin-unicorn/no-useless-spread": "warn",
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.2.
|
|
2
|
+
"version": "1.2.2",
|
|
3
3
|
"type": "module",
|
|
4
4
|
"name": "@schoero/configs",
|
|
5
5
|
"description": "",
|
|
@@ -39,14 +39,14 @@
|
|
|
39
39
|
"unwritten"
|
|
40
40
|
],
|
|
41
41
|
"peerDependencies": {
|
|
42
|
-
"@stylistic/eslint-plugin-jsx": "^2.
|
|
42
|
+
"@stylistic/eslint-plugin-jsx": "^2.13.0",
|
|
43
43
|
"changelogen": "^0.5.7",
|
|
44
|
-
"cspell": "^8.17.
|
|
45
|
-
"eslint": "^9.
|
|
46
|
-
"markdownlint": "^0.37.
|
|
44
|
+
"cspell": "^8.17.2",
|
|
45
|
+
"eslint": "^9.18.0",
|
|
46
|
+
"markdownlint": "^0.37.4",
|
|
47
47
|
"unwritten": "^0.2.13",
|
|
48
|
-
"vite": "^6.0.
|
|
49
|
-
"vitest": "^
|
|
48
|
+
"vite": "^6.0.7",
|
|
49
|
+
"vitest": "^3.0.2"
|
|
50
50
|
},
|
|
51
51
|
"peerDependenciesMeta": {
|
|
52
52
|
"@stylistic/eslint-plugin-jsx": {
|
|
@@ -75,41 +75,41 @@
|
|
|
75
75
|
}
|
|
76
76
|
},
|
|
77
77
|
"dependencies": {
|
|
78
|
-
"@cspell/dict-bash": "^4.
|
|
78
|
+
"@cspell/dict-bash": "^4.2.0",
|
|
79
79
|
"@cspell/dict-companies": "^3.1.12",
|
|
80
80
|
"@cspell/dict-css": "^4.0.17",
|
|
81
81
|
"@cspell/dict-de-ch": "^1.2.3",
|
|
82
|
-
"@cspell/dict-en_us": "^4.3.
|
|
82
|
+
"@cspell/dict-en_us": "^4.3.29",
|
|
83
83
|
"@cspell/dict-fr-fr": "^2.2.5",
|
|
84
84
|
"@cspell/dict-fullstack": "^3.2.3",
|
|
85
85
|
"@cspell/dict-html": "^4.0.11",
|
|
86
86
|
"@cspell/dict-html-symbol-entities": "^4.0.3",
|
|
87
87
|
"@cspell/dict-it-it": "^3.1.4",
|
|
88
88
|
"@cspell/dict-lorem-ipsum": "^4.0.4",
|
|
89
|
-
"@cspell/dict-markdown": "^2.0.
|
|
89
|
+
"@cspell/dict-markdown": "^2.0.9",
|
|
90
90
|
"@cspell/dict-node": "^5.0.6",
|
|
91
|
-
"@cspell/dict-npm": "^5.1.
|
|
92
|
-
"@cspell/dict-public-licenses": "^2.0.
|
|
91
|
+
"@cspell/dict-npm": "^5.1.23",
|
|
92
|
+
"@cspell/dict-public-licenses": "^2.0.13",
|
|
93
93
|
"@cspell/dict-software-terms": "^4.2.2",
|
|
94
|
-
"@cspell/dict-typescript": "^3.
|
|
95
|
-
"@stylistic/eslint-plugin-js": "^2.
|
|
96
|
-
"@stylistic/eslint-plugin-jsx": "^2.
|
|
97
|
-
"@stylistic/eslint-plugin-plus": "^2.
|
|
98
|
-
"@stylistic/eslint-plugin-ts": "^2.
|
|
99
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
100
|
-
"@typescript-eslint/parser": "^8.
|
|
101
|
-
"cspell-lib": "^8.17.
|
|
94
|
+
"@cspell/dict-typescript": "^3.2.0",
|
|
95
|
+
"@stylistic/eslint-plugin-js": "^2.13.0",
|
|
96
|
+
"@stylistic/eslint-plugin-jsx": "^2.13.0",
|
|
97
|
+
"@stylistic/eslint-plugin-plus": "^2.13.0",
|
|
98
|
+
"@stylistic/eslint-plugin-ts": "^2.13.0",
|
|
99
|
+
"@typescript-eslint/eslint-plugin": "^8.20.0",
|
|
100
|
+
"@typescript-eslint/parser": "^8.20.0",
|
|
101
|
+
"cspell-lib": "^8.17.2",
|
|
102
102
|
"eslint-plugin-import-newlines": "^1.4.0",
|
|
103
103
|
"eslint-plugin-import-x": "^4.6.1",
|
|
104
|
-
"eslint-plugin-jsdoc": "^50.6.
|
|
104
|
+
"eslint-plugin-jsdoc": "^50.6.2",
|
|
105
105
|
"eslint-plugin-jsonc": "^2.18.2",
|
|
106
106
|
"eslint-plugin-markdown": "^5.1.0",
|
|
107
|
-
"eslint-plugin-perfectionist": "^4.
|
|
107
|
+
"eslint-plugin-perfectionist": "^4.6.0",
|
|
108
108
|
"eslint-plugin-unicorn": "^56.0.1",
|
|
109
109
|
"eslint-plugin-unused-imports": "^4.1.4",
|
|
110
110
|
"eslint-plugin-vitest": "^0.5.4",
|
|
111
111
|
"eslint-plugin-yml": "^1.16.0",
|
|
112
|
-
"markdownlint-cli2": "^0.17.
|
|
112
|
+
"markdownlint-cli2": "^0.17.2",
|
|
113
113
|
"vite-tsconfig-paths": "^5.1.4",
|
|
114
114
|
"vitest-github-actions-reporter": "^0.11.1"
|
|
115
115
|
},
|
|
@@ -117,13 +117,13 @@
|
|
|
117
117
|
"eslint-plugin-readable-tailwind": "^1.8.2"
|
|
118
118
|
},
|
|
119
119
|
"devDependencies": {
|
|
120
|
-
"@types/node": "^22.10.
|
|
120
|
+
"@types/node": "^22.10.7",
|
|
121
121
|
"changelogen": "^0.5.7",
|
|
122
|
-
"cspell": "^8.17.
|
|
123
|
-
"eslint": "^9.
|
|
124
|
-
"markdownlint": "^0.37.
|
|
125
|
-
"vite": "^6.0.
|
|
126
|
-
"vitest": "^
|
|
122
|
+
"cspell": "^8.17.2",
|
|
123
|
+
"eslint": "^9.18.0",
|
|
124
|
+
"markdownlint": "^0.37.4",
|
|
125
|
+
"vite": "^6.0.7",
|
|
126
|
+
"vitest": "^3.0.2"
|
|
127
127
|
},
|
|
128
128
|
"keywords": []
|
|
129
129
|
}
|