Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b396c45

Browse files
authored
Merge pull request github#117 from galkin/main
Update plugin:github/typescript config
2 parents 5a39768 + 5e54eac commit b396c45

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)