Skip to content

Commit

Permalink
fix: typescript-eslint conflict with indent rule
Browse files Browse the repository at this point in the history
  • Loading branch information
hannoeru committed Jun 9, 2021
1 parent 6449aed commit f133652
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/typescript/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ module.exports = {
// TS
'no-useless-constructor': 'off',
'@typescript-eslint/semi': ['error', 'never'],
"indent": "off",
'@typescript-eslint/indent': ['error', 2],
'@typescript-eslint/member-delimiter-style': ['error', { multiline: { delimiter: 'none' } }],
'@typescript-eslint/type-annotation-spacing': ['error', {}],
Expand Down

0 comments on commit f133652

Please sign in to comment.