@saasmakers/eslint 0.1.32 → 0.1.33
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 -1
- package/dist/eslint.config.mjs +1 -1
- package/package.json +1 -1
package/dist/eslint.config.cjs
CHANGED
|
@@ -22579,7 +22579,7 @@ const config = [
|
|
|
22579
22579
|
packageJson__default.configs["recommended-publishable"],
|
|
22580
22580
|
packageJson__default.configs.stylistic,
|
|
22581
22581
|
{
|
|
22582
|
-
files: ["package.json"],
|
|
22582
|
+
files: ["**/package.json"],
|
|
22583
22583
|
rules: {
|
|
22584
22584
|
"package-json/require-exports": "off",
|
|
22585
22585
|
"package-json/require-files": "off"
|
package/dist/eslint.config.mjs
CHANGED
|
@@ -22547,7 +22547,7 @@ const config = [
|
|
|
22547
22547
|
packageJson.configs["recommended-publishable"],
|
|
22548
22548
|
packageJson.configs.stylistic,
|
|
22549
22549
|
{
|
|
22550
|
-
files: ["package.json"],
|
|
22550
|
+
files: ["**/package.json"],
|
|
22551
22551
|
rules: {
|
|
22552
22552
|
"package-json/require-exports": "off",
|
|
22553
22553
|
"package-json/require-files": "off"
|