@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.
@@ -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"
@@ -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"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saasmakers/eslint",
3
- "version": "0.1.32",
3
+ "version": "0.1.33",
4
4
  "private": false,
5
5
  "description": "Shared ESLint config and rules for SaaS Makers projects",
6
6
  "repository": {