@saasmakers/eslint 0.1.39 → 0.1.40
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 +1 -0
- package/dist/eslint.config.mjs +1 -0
- package/package.json +1 -1
package/dist/eslint.config.cjs
CHANGED
|
@@ -22644,6 +22644,7 @@ const config = [
|
|
|
22644
22644
|
{
|
|
22645
22645
|
rules: {
|
|
22646
22646
|
"unicorn/filename-case": "off",
|
|
22647
|
+
"unicorn/no-null": "off",
|
|
22647
22648
|
"unicorn/prevent-abbreviations": "off"
|
|
22648
22649
|
}
|
|
22649
22650
|
},
|
package/dist/eslint.config.mjs
CHANGED
|
@@ -22609,6 +22609,7 @@ const config = [
|
|
|
22609
22609
|
{
|
|
22610
22610
|
rules: {
|
|
22611
22611
|
"unicorn/filename-case": "off",
|
|
22612
|
+
"unicorn/no-null": "off",
|
|
22612
22613
|
"unicorn/prevent-abbreviations": "off"
|
|
22613
22614
|
}
|
|
22614
22615
|
},
|