Skip to content

Commit 2ee8e4a

Browse files
authored
Merge branch 'PowerShell:main' into rename-provider
2 parents c58a885 + a77ccc1 commit 2ee8e4a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+5494
-4713
lines changed

.eslintrc.json

Lines changed: 6 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",
@@ -36,6 +33,9 @@
3633
"error",
3734
"always"
3835
],
36+
"@typescript-eslint/explicit-function-return-type": [
37+
"error"
38+
],
3939
"@typescript-eslint/no-floating-promises": [
4040
"error",
4141
{

.github/dependabot.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ updates:
44
directory: "/"
55
schedule:
66
interval: weekly
7+
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"]
717
- package-ecosystem: github-actions
818
directory: "/"
919
schedule:

0 commit comments

Comments
 (0)