Skip to content

Commit

Permalink
update typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
bakkot committed Aug 12, 2023
1 parent 0a12a8b commit b6e3f46
Show file tree
Hide file tree
Showing 15 changed files with 337 additions and 280 deletions.
4 changes: 3 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"prettier"
],
"plugins": [
"prettier"
"prettier",
"@typescript-eslint"
],
"env": {
"node": true,
Expand Down Expand Up @@ -49,6 +50,7 @@
}
],
"rules": {
"@typescript-eslint/consistent-type-imports": "error",
"prettier/prettier": "error",
"arrow-body-style": "error",
"prefer-arrow-callback": "error",
Expand Down
Loading

0 comments on commit b6e3f46

Please sign in to comment.