@html-validate/eslint-config-typescript 9.1.3 → 9.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/index.mjs +3 -0
- package/package.json +3 -3
package/index.mjs
CHANGED
|
@@ -114,6 +114,9 @@ export default defineConfig({
|
|
|
114
114
|
},
|
|
115
115
|
],
|
|
116
116
|
|
|
117
|
+
/* covered by @typescript-eslint/no-unused-vars */
|
|
118
|
+
"sonarjs/no-dead-store": "off",
|
|
119
|
+
|
|
117
120
|
/* disable unicorn rules covered by typescript or @typescript-eslint */
|
|
118
121
|
"unicorn/no-new-array": "off" /* @typescript-eslint/no-array-constructor */,
|
|
119
122
|
"unicorn/no-new-buffer": "off" /* @typescript-eslint/no-deprecated */,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@html-validate/eslint-config-typescript",
|
|
3
|
-
"version": "9.
|
|
3
|
+
"version": "9.2.2",
|
|
4
4
|
"description": "Eslint sharable config used by the various HTML-validate packages",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"eslint",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"dependencies": {
|
|
32
32
|
"eslint-plugin-import-x": "4.16.2",
|
|
33
33
|
"eslint-plugin-tsdoc": "0.5.2",
|
|
34
|
-
"typescript-eslint": "8.
|
|
34
|
+
"typescript-eslint": "8.60.0"
|
|
35
35
|
},
|
|
36
36
|
"peerDependencies": {
|
|
37
37
|
"eslint": "^10.0.0"
|
|
@@ -43,5 +43,5 @@
|
|
|
43
43
|
"publishConfig": {
|
|
44
44
|
"access": "public"
|
|
45
45
|
},
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "54d9b31bf78112d5a9a41c12a95e92d7c19e52bb"
|
|
47
47
|
}
|