Skip to content

Commit 0fde8d4

Browse files
Bumped to latest alpha
1 parent ee035f7 commit 0fde8d4

File tree

3 files changed

+89
-89
lines changed

3 files changed

+89
-89
lines changed

.eslintrc.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@
6262
"@typescript-eslint/ban-types": "off",
6363
"@typescript-eslint/no-empty-function": "off",
6464
"@typescript-eslint/no-empty-interface": "off",
65+
"@typescript-eslint/no-explicit-any": "off",
6566
"@typescript-eslint/no-unused-vars": "off",
66-
"@typescript-eslint/sort-type-constituents": "off",
6767

6868
// Pending https://github.com/typescript-eslint/typescript-eslint/issues/4820
6969
"@typescript-eslint/prefer-optional-chain": "off",

package-lock.json

+85-85
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@
5151
"@types/node": "latest",
5252
"@types/source-map-support": "^0.5.6",
5353
"@types/which": "^2.0.1",
54-
"@typescript-eslint/eslint-plugin": "6.0.0-alpha.158",
55-
"@typescript-eslint/parser": "6.0.0-alpha.158",
56-
"@typescript-eslint/utils": "6.0.0-alpha.158",
54+
"@typescript-eslint/eslint-plugin": "6.0.0-alpha.165",
55+
"@typescript-eslint/parser": "6.0.0-alpha.165",
56+
"@typescript-eslint/utils": "6.0.0-alpha.165",
5757
"azure-devops-node-api": "^12.0.0",
5858
"c8": "^7.14.0",
5959
"chai": "^4.3.7",

0 commit comments

Comments
 (0)