@bhsd/code-standard 1.3.1 → 1.3.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.mjs +1 -6
- package/package.json +1 -1
- package/stylelintrc.cjs +1 -0
package/eslint.mjs
CHANGED
|
@@ -594,12 +594,7 @@ export const ignores = {
|
|
|
594
594
|
'unicorn/no-single-promise-in-promise-methods': 2,
|
|
595
595
|
'unicorn/no-static-only-class': 2,
|
|
596
596
|
'unicorn/no-this-assignment': 2,
|
|
597
|
-
'unicorn/no-typeof-undefined':
|
|
598
|
-
2,
|
|
599
|
-
{
|
|
600
|
-
checkGlobalVariables: true,
|
|
601
|
-
},
|
|
602
|
-
],
|
|
597
|
+
'unicorn/no-typeof-undefined': 2,
|
|
603
598
|
'unicorn/no-unnecessary-array-flat-depth': 2,
|
|
604
599
|
'unicorn/no-unnecessary-array-splice-count': 2,
|
|
605
600
|
'unicorn/no-unreadable-iife': 2,
|
package/package.json
CHANGED