Skip to content

Commit 56cc033

Browse files
authored
update eslint-plugin-github (#48)
* update eslint-plugin-github * remove non-existent eslint rules * fix a lint error
1 parent 7f30440 commit 56cc033

File tree

4 files changed

+928
-328
lines changed

4 files changed

+928
-328
lines changed

.eslintrc.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,13 @@
3232
"@typescript-eslint/no-misused-new": "error",
3333
"@typescript-eslint/no-namespace": "error",
3434
"@typescript-eslint/no-non-null-assertion": "warn",
35-
"@typescript-eslint/no-object-literal-type-assertion": "error",
3635
"@typescript-eslint/no-unnecessary-qualifier": "error",
3736
"@typescript-eslint/no-unnecessary-type-assertion": "error",
3837
"@typescript-eslint/no-useless-constructor": "error",
3938
"@typescript-eslint/no-var-requires": "error",
4039
"@typescript-eslint/prefer-for-of": "warn",
4140
"@typescript-eslint/prefer-function-type": "warn",
4241
"@typescript-eslint/prefer-includes": "error",
43-
"@typescript-eslint/prefer-interface": "error",
4442
"@typescript-eslint/prefer-string-starts-ends-with": "error",
4543
"@typescript-eslint/promise-function-async": "error",
4644
"@typescript-eslint/require-array-sort-compare": "error",

0 commit comments

Comments
 (0)