@isentinel/eslint-config 3.4.0 → 3.4.1

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
@@ -11,7 +11,7 @@ import { execSync } from "node:child_process";
11
11
 
12
12
  //#region package.json
13
13
  var name = "@isentinel/eslint-config";
14
- var version = "3.4.0";
14
+ var version = "3.4.1";
15
15
  var description = "iSentinel's ESLint config";
16
16
  var keywords = [
17
17
  "eslint-config",
package/dist/index.js CHANGED
@@ -6318,7 +6318,7 @@ async function unicorn(options = {}) {
6318
6318
  ...stylistic$1 !== false ? { "unicorn/switch-case-braces": "error" } : {}
6319
6319
  }
6320
6320
  }, {
6321
- files: [GLOB_ROOT],
6321
+ files: [...GLOB_ROOT],
6322
6322
  name: "isentinel/unicorn/root",
6323
6323
  rules: { "unicorn/prevent-abbreviations": ["error", {
6324
6324
  checkFilenames: false,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@isentinel/eslint-config",
3
- "version": "3.4.0",
3
+ "version": "3.4.1",
4
4
  "description": "iSentinel's ESLint config",
5
5
  "keywords": [
6
6
  "eslint-config",
@@ -119,7 +119,7 @@
119
119
  "tsdown": "0.14.2",
120
120
  "type-fest": "4.41.0",
121
121
  "typescript": "5.9.2",
122
- "@isentinel/eslint-config": "3.4.0"
122
+ "@isentinel/eslint-config": "3.4.1"
123
123
  },
124
124
  "peerDependencies": {
125
125
  "@eslint-react/eslint-plugin": "^1.45.0",