@vinicunca/eslint-config 2.0.0-beta.6 → 2.0.0-beta.7

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/index.cjs CHANGED
@@ -602,7 +602,7 @@ function javascript(options = {}) {
602
602
  },
603
603
  {
604
604
  name: "vinicunca:javascript:overrides",
605
- files: [`scripts/${GLOB_SRC}`, `cli.${GLOB_SRC_EXT}`],
605
+ files: [`**/scripts/${GLOB_SRC}`, `**/cli.${GLOB_SRC_EXT}`],
606
606
  rules: {
607
607
  "no-console": OFF
608
608
  }
package/dist/index.js CHANGED
@@ -510,7 +510,7 @@ function javascript(options = {}) {
510
510
  },
511
511
  {
512
512
  name: "vinicunca:javascript:overrides",
513
- files: [`scripts/${GLOB_SRC}`, `cli.${GLOB_SRC_EXT}`],
513
+ files: [`**/scripts/${GLOB_SRC}`, `**/cli.${GLOB_SRC_EXT}`],
514
514
  rules: {
515
515
  "no-console": OFF
516
516
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vinicunca/eslint-config",
3
3
  "type": "module",
4
- "version": "2.0.0-beta.6",
4
+ "version": "2.0.0-beta.7",
5
5
  "packageManager": "pnpm@8.7.6",
6
6
  "description": "Vinicunca ESLint config",
7
7
  "author": {
@@ -56,7 +56,7 @@
56
56
  "node": ">=18.0.0"
57
57
  },
58
58
  "peerDependencies": {
59
- "eslint": ">=8.50.0"
59
+ "eslint": ">=8.51.0"
60
60
  },
61
61
  "dependencies": {
62
62
  "@stylistic/eslint-plugin": "0.0.6",
@@ -77,7 +77,7 @@
77
77
  "eslint-plugin-vitest": "^0.3.2",
78
78
  "eslint-plugin-vue": "^9.17.0",
79
79
  "eslint-plugin-yml": "^1.9.0",
80
- "globals": "^13.22.0",
80
+ "globals": "^13.23.0",
81
81
  "jsonc-eslint-parser": "^2.3.0",
82
82
  "local-pkg": "^0.5.0",
83
83
  "parse-gitignore": "^2.0.0",