Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
motss committed Dec 14, 2021
1 parent b3a3a53 commit d8f219e
Show file tree
Hide file tree
Showing 3 changed files with 195 additions and 162 deletions.
5 changes: 5 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@
"functions": "never"
}
],
"@typescript-eslint/consistent-type-exports": [
"error", {
"fixMixedExportsWithInlineTypeSpecifier": true
}
],
"@typescript-eslint/consistent-type-imports": [
"error", {
"prefer": "type-imports",
Expand Down
Loading

0 comments on commit d8f219e

Please sign in to comment.