Skip to content

Commit

Permalink
chore: disable lint rule temparorily
Browse files Browse the repository at this point in the history
@typescript-eslint/type-annotation-spacing
due to
typescript-eslint/typescript-eslint#1663
  • Loading branch information
unional committed Mar 8, 2020
1 parent 25b3516 commit cf88174
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .eslintrc.json
Expand Up @@ -12,7 +12,10 @@
"files": [
"*.ts",
"*.tsx"
]
],
"rules": {
"@typescript-eslint/type-annotation-spacing": "off"
}
}
]
}

0 comments on commit cf88174

Please sign in to comment.