@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 +1 -1
- package/dist/index.js +1 -1
- package/package.json +2 -2
package/dist/cli.js
CHANGED
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.
|
|
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.
|
|
122
|
+
"@isentinel/eslint-config": "3.4.1"
|
|
123
123
|
},
|
|
124
124
|
"peerDependencies": {
|
|
125
125
|
"@eslint-react/eslint-plugin": "^1.45.0",
|