Skip to content

Commit 5e54eac

Browse files
committed
Update plugin:github/typescript config
1 parent 5a39768 commit 5e54eac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/configs/typescript.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module.exports = {
2-
extends: ['plugin:@typescript-eslint/recommended', 'prettier', 'prettier/@typescript-eslint'],
2+
extends: ['plugin:@typescript-eslint/recommended', 'prettier'],
33
parser: '@typescript-eslint/parser',
44
plugins: ['@typescript-eslint', 'github'],
55
rules: {

0 commit comments

Comments
 (0)