Skip to content

Commit fac7ddb

Browse files
committed
set back typescript prettier
1 parent 501313b commit fac7ddb

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,7 +1,7 @@
11
module.exports = {
22
extends: ['plugin:@typescript-eslint/recommended', 'prettier', 'plugin:escompat/typescript-2020'],
33
parser: '@typescript-eslint/parser',
4-
plugins: ['@typescript-eslint', 'escompat', 'github', 'prettier'],
4+
plugins: ['@typescript-eslint', 'escompat', 'github'],
55
rules: {
66
camelcase: 'off',
77
'no-unused-vars': 'off',

0 commit comments

Comments
 (0)