@saasmakers/eslint 0.1.42 → 0.1.43
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/eslint.config.cjs +2 -1
- package/dist/eslint.config.mjs +2 -1
- package/package.json +1 -1
package/dist/eslint.config.cjs
CHANGED
|
@@ -22638,7 +22638,8 @@ const config = [
|
|
|
22638
22638
|
"sonarjs/cognitive-complexity": "off",
|
|
22639
22639
|
"sonarjs/no-empty-test-file": "off",
|
|
22640
22640
|
"sonarjs/no-hardcoded-passwords": "off",
|
|
22641
|
-
"sonarjs/no-nested-conditional": "off"
|
|
22641
|
+
"sonarjs/no-nested-conditional": "off",
|
|
22642
|
+
"sonarjs/pseudo-random": "off"
|
|
22642
22643
|
}
|
|
22643
22644
|
},
|
|
22644
22645
|
// Unicorn
|
package/dist/eslint.config.mjs
CHANGED
|
@@ -22603,7 +22603,8 @@ const config = [
|
|
|
22603
22603
|
"sonarjs/cognitive-complexity": "off",
|
|
22604
22604
|
"sonarjs/no-empty-test-file": "off",
|
|
22605
22605
|
"sonarjs/no-hardcoded-passwords": "off",
|
|
22606
|
-
"sonarjs/no-nested-conditional": "off"
|
|
22606
|
+
"sonarjs/no-nested-conditional": "off",
|
|
22607
|
+
"sonarjs/pseudo-random": "off"
|
|
22607
22608
|
}
|
|
22608
22609
|
},
|
|
22609
22610
|
// Unicorn
|