@html-validate/eslint-config-typescript 9.7.3 → 9.8.0
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 +1 -0
- package/package.json +2 -2
package/index.mjs
CHANGED
|
@@ -119,6 +119,7 @@ export default defineConfig({
|
|
|
119
119
|
|
|
120
120
|
/* disable unicorn rules covered by TypeScript or @typescript-eslint */
|
|
121
121
|
"unicorn/no-invalid-argument-count": "off",
|
|
122
|
+
"unicorn/no-nonstandard-builtin-properties": "off",
|
|
122
123
|
"unicorn/no-optional-chaining-on-undeclared-variable": "off",
|
|
123
124
|
"unicorn/no-undeclared-class-members": "off",
|
|
124
125
|
"unicorn/no-useless-template-literals": "off",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@html-validate/eslint-config-typescript",
|
|
3
|
-
"version": "9.
|
|
3
|
+
"version": "9.8.0",
|
|
4
4
|
"description": "Eslint sharable config used by the various HTML-validate packages",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"eslint",
|
|
@@ -43,5 +43,5 @@
|
|
|
43
43
|
"publishConfig": {
|
|
44
44
|
"access": "public"
|
|
45
45
|
},
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "447d55f866648691bee03a596f0e3147f7c4aa86"
|
|
47
47
|
}
|