Skip to content

Commit

Permalink
Swap to TS linting version of func-call-space
Browse files Browse the repository at this point in the history
  • Loading branch information
jackfranklin authored and mathiasbynens committed Jun 25, 2020
1 parent 3f9f8b8 commit e9f2794
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .eslintrc.js
Expand Up @@ -96,6 +96,8 @@ module.exports = {
"rules": {
"no-unused-vars": 0,
"@typescript-eslint/no-unused-vars": 2,
"func-call-spacing": 0,
"@typescript-eslint/func-call-spacing": 2,
"semi": 0,
"@typescript-eslint/semi": 2,
"@typescript-eslint/no-empty-function": 0,
Expand Down

0 comments on commit e9f2794

Please sign in to comment.