Skip to content

Commit afabf8e

Browse files
authored
Merge branch 'PowerShell:main' into snippet-foreach-progress
2 parents da8fc71 + 35f2925 commit afabf8e

37 files changed

+2743
-3387
lines changed

.eslintrc.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,16 @@
55
},
66
"extends": [
77
"eslint:recommended",
8-
"plugin:@typescript-eslint/recommended",
9-
"plugin:@typescript-eslint/recommended-requiring-type-checking",
10-
"plugin:@typescript-eslint/strict"
8+
"plugin:@typescript-eslint/stylistic-type-checked",
9+
"plugin:@typescript-eslint/strict-type-checked"
1110
],
1211
"overrides": [],
1312
"parser": "@typescript-eslint/parser",
1413
"parserOptions": {
1514
"ecmaVersion": "latest",
1615
"sourceType": "module",
1716
"tsconfigRootDir": ".",
18-
"project": [
19-
"./tsconfig.json"
20-
]
17+
"project": true
2118
},
2219
"plugins": [
2320
"@typescript-eslint",

.github/dependabot.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ updates:
55
schedule:
66
interval: weekly
77
open-pull-requests-limit: 10
8+
groups:
9+
ESLint:
10+
patterns:
11+
- "esbuild"
12+
- "eslint"
13+
- "@typescript-eslint/*"
14+
ignore:
15+
- dependency-name: "untildify"
16+
versions: ["5.x"]
817
- package-ecosystem: github-actions
918
directory: "/"
1019
schedule:

0 commit comments

Comments
 (0)