@lichthagel/eslint-config 1.0.35 → 1.0.36
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/dist/index.cjs +2 -1
- package/dist/index.d.cts +504 -308
- package/dist/index.d.mts +504 -308
- package/dist/index.mjs +2 -1
- package/package.json +2 -2
package/dist/index.mjs
CHANGED
|
@@ -438,7 +438,8 @@ var unicorn_default = [{
|
|
|
438
438
|
"unicorn/no-useless-undefined": ["error", { checkArguments: false }],
|
|
439
439
|
"unicorn/prevent-abbreviations": "off",
|
|
440
440
|
"unicorn/comment-content": "off",
|
|
441
|
-
"unicorn/consistent-boolean-name": "off"
|
|
441
|
+
"unicorn/consistent-boolean-name": "off",
|
|
442
|
+
"unicorn/name-replacements": "off"
|
|
442
443
|
}
|
|
443
444
|
}];
|
|
444
445
|
//#endregion
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lichthagel/eslint-config",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.36",
|
|
4
4
|
"description": "Licht's ESLint config",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"eslint",
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"@eslint/js": "^10.0.0",
|
|
45
45
|
"@stylistic/eslint-plugin": "^5.0.0",
|
|
46
46
|
"eslint-plugin-perfectionist": "^5.0.0",
|
|
47
|
-
"eslint-plugin-unicorn": "^
|
|
47
|
+
"eslint-plugin-unicorn": "^68.0.0",
|
|
48
48
|
"globals": "^17.0.0",
|
|
49
49
|
"typescript-eslint": "^8.7.0"
|
|
50
50
|
},
|