@schoero/configs 1.2.2 → 1.2.4
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/imports.js +3 -3
- package/eslint/typescript.js +0 -1
- package/package.json +4 -4
package/eslint/imports.js
CHANGED
package/eslint/typescript.js
CHANGED
|
@@ -134,7 +134,6 @@ export const typescript = [
|
|
|
134
134
|
],
|
|
135
135
|
|
|
136
136
|
// functions
|
|
137
|
-
"eslint-plugin-typescript/unified-signatures": ["warn", { ignoreDifferentlyNamedParameters: true }],
|
|
138
137
|
"eslint-plugin-typescript/adjacent-overload-signatures": "off", // conflicts with perfectionist/sort-interfaces
|
|
139
138
|
"eslint-plugin-typescript/prefer-function-type": "warn",
|
|
140
139
|
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.2.
|
|
2
|
+
"version": "1.2.4",
|
|
3
3
|
"type": "module",
|
|
4
4
|
"name": "@schoero/configs",
|
|
5
5
|
"description": "",
|
|
@@ -76,10 +76,10 @@
|
|
|
76
76
|
},
|
|
77
77
|
"dependencies": {
|
|
78
78
|
"@cspell/dict-bash": "^4.2.0",
|
|
79
|
-
"@cspell/dict-companies": "^3.1.
|
|
79
|
+
"@cspell/dict-companies": "^3.1.13",
|
|
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.30",
|
|
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",
|
|
@@ -90,7 +90,7 @@
|
|
|
90
90
|
"@cspell/dict-node": "^5.0.6",
|
|
91
91
|
"@cspell/dict-npm": "^5.1.23",
|
|
92
92
|
"@cspell/dict-public-licenses": "^2.0.13",
|
|
93
|
-
"@cspell/dict-software-terms": "^4.2.
|
|
93
|
+
"@cspell/dict-software-terms": "^4.2.4",
|
|
94
94
|
"@cspell/dict-typescript": "^3.2.0",
|
|
95
95
|
"@stylistic/eslint-plugin-js": "^2.13.0",
|
|
96
96
|
"@stylistic/eslint-plugin-jsx": "^2.13.0",
|