@saasmakers/eslint 0.1.32 → 0.1.34
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
|
@@ -22453,6 +22453,7 @@ const config = [
|
|
|
22453
22453
|
"**/.nuxt",
|
|
22454
22454
|
"**/.output",
|
|
22455
22455
|
"**/.turbo",
|
|
22456
|
+
"**/ace.js",
|
|
22456
22457
|
"**/android",
|
|
22457
22458
|
"**/build",
|
|
22458
22459
|
"**/coverage",
|
|
@@ -22579,7 +22580,7 @@ const config = [
|
|
|
22579
22580
|
packageJson__default.configs["recommended-publishable"],
|
|
22580
22581
|
packageJson__default.configs.stylistic,
|
|
22581
22582
|
{
|
|
22582
|
-
files: ["package.json"],
|
|
22583
|
+
files: ["**/package.json"],
|
|
22583
22584
|
rules: {
|
|
22584
22585
|
"package-json/require-exports": "off",
|
|
22585
22586
|
"package-json/require-files": "off"
|
package/dist/eslint.config.mjs
CHANGED
|
@@ -22421,6 +22421,7 @@ const config = [
|
|
|
22421
22421
|
"**/.nuxt",
|
|
22422
22422
|
"**/.output",
|
|
22423
22423
|
"**/.turbo",
|
|
22424
|
+
"**/ace.js",
|
|
22424
22425
|
"**/android",
|
|
22425
22426
|
"**/build",
|
|
22426
22427
|
"**/coverage",
|
|
@@ -22547,7 +22548,7 @@ const config = [
|
|
|
22547
22548
|
packageJson.configs["recommended-publishable"],
|
|
22548
22549
|
packageJson.configs.stylistic,
|
|
22549
22550
|
{
|
|
22550
|
-
files: ["package.json"],
|
|
22551
|
+
files: ["**/package.json"],
|
|
22551
22552
|
rules: {
|
|
22552
22553
|
"package-json/require-exports": "off",
|
|
22553
22554
|
"package-json/require-files": "off"
|