Skip to content

Commit

Permalink
Add @typescript-eslint/keyword-spacing
Browse files Browse the repository at this point in the history
Fixes #145.
  • Loading branch information
lydell committed Apr 21, 2020
1 parent 3f7a3b8 commit 574876e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions @typescript-eslint.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ module.exports = {
"@typescript-eslint/comma-spacing": "off",
"@typescript-eslint/func-call-spacing": "off",
"@typescript-eslint/indent": "off",
"@typescript-eslint/keyword-spacing": "off",
"@typescript-eslint/member-delimiter-style": "off",
"@typescript-eslint/no-extra-parens": "off",
"@typescript-eslint/no-extra-semi": "off",
Expand Down

0 comments on commit 574876e

Please sign in to comment.