@isentinel/eslint-config 1.2.5 → 1.2.6

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/cli.js CHANGED
@@ -18,7 +18,7 @@ init_esm_shims();
18
18
  import ansis from "ansis";
19
19
 
20
20
  // package.json
21
- var version = "1.2.5";
21
+ var version = "1.2.6";
22
22
  var package_default = {
23
23
  name: "@isentinel/eslint-config",
24
24
  version,
package/dist/index.js CHANGED
@@ -3344,7 +3344,7 @@ async function disables() {
3344
3344
  }
3345
3345
  },
3346
3346
  {
3347
- files: ["**/*.{test,spec}.([tj])s?(x)"],
3347
+ files: [...GLOB_TESTS],
3348
3348
  name: "style/disables/test",
3349
3349
  rules: {
3350
3350
  "antfu/no-top-level-await": "off",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@isentinel/eslint-config",
3
- "version": "1.2.5",
3
+ "version": "1.2.6",
4
4
  "description": "iSentinel's ESLint config",
5
5
  "keywords": [
6
6
  "eslint-config",
@@ -110,7 +110,7 @@
110
110
  "simple-git-hooks": "2.12.1",
111
111
  "tsup": "8.4.0",
112
112
  "typescript": "5.8.3",
113
- "@isentinel/eslint-config": "1.2.5"
113
+ "@isentinel/eslint-config": "1.2.6"
114
114
  },
115
115
  "peerDependencies": {
116
116
  "@eslint-react/eslint-plugin": "^1.45.0",