Skip to content

Commit

Permalink
chore: 🤖 add @typescript-eslint/semi rule to reflect semi rule
Browse files Browse the repository at this point in the history
  • Loading branch information
ghaiklor committed Apr 26, 2020
1 parent a735235 commit 790f44e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@
"@typescript-eslint/prefer-readonly-parameter-types": [
"off"
],
"@typescript-eslint/semi": [
"error",
"always"
],
"@typescript-eslint/typedef": [
"off"
],
Expand Down

0 comments on commit 790f44e

Please sign in to comment.