@isentinel/eslint-config 3.0.0-beta.7 → 3.0.0-beta.8
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 +2 -2
- package/package.json +2 -2
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.0.0-beta.
|
|
14
|
+
var version = "3.0.0-beta.8";
|
|
15
15
|
var description = "iSentinel's ESLint config";
|
|
16
16
|
var keywords = [
|
|
17
17
|
"eslint-config",
|
package/dist/index.js
CHANGED
|
@@ -5375,11 +5375,11 @@ function sortGithubAction() {
|
|
|
5375
5375
|
"continue-on-error",
|
|
5376
5376
|
"timeout-minutes"
|
|
5377
5377
|
],
|
|
5378
|
-
pathPattern: "^runs\\.steps
|
|
5378
|
+
pathPattern: "^runs\\.steps\\[\\d+\\]$"
|
|
5379
5379
|
},
|
|
5380
5380
|
{
|
|
5381
5381
|
order: { type: "asc" },
|
|
5382
|
-
pathPattern: "^(?!^$|inputs\\.[^.]+$|outputs\\.[^.]+$|runs$|runs\\.steps
|
|
5382
|
+
pathPattern: "^(?!^$|inputs\\.[^.]+$|outputs\\.[^.]+$|runs$|runs\\.steps\\[\\d+\\]$).*$"
|
|
5383
5383
|
}
|
|
5384
5384
|
] }
|
|
5385
5385
|
}];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@isentinel/eslint-config",
|
|
3
|
-
"version": "3.0.0-beta.
|
|
3
|
+
"version": "3.0.0-beta.8",
|
|
4
4
|
"description": "iSentinel's ESLint config",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"eslint-config",
|
|
@@ -118,7 +118,7 @@
|
|
|
118
118
|
"tsdown": "0.14.2",
|
|
119
119
|
"type-fest": "4.41.0",
|
|
120
120
|
"typescript": "5.8.3",
|
|
121
|
-
"@isentinel/eslint-config": "3.0.0-beta.
|
|
121
|
+
"@isentinel/eslint-config": "3.0.0-beta.8"
|
|
122
122
|
},
|
|
123
123
|
"peerDependencies": {
|
|
124
124
|
"@eslint-react/eslint-plugin": "^1.45.0",
|