Skip to content

Commit

Permalink
ci: check for import problems
Browse files Browse the repository at this point in the history
  • Loading branch information
thewilkybarkid committed Apr 7, 2022
1 parent 390aadd commit 1eff1d0
Show file tree
Hide file tree
Showing 3 changed files with 486 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
"plugin:@typescript-eslint/eslint-recommended",
"plugin:@typescript-eslint/recommended",
"plugin:@typescript-eslint/recommended-requiring-type-checking",
"plugin:import/recommended",
"plugin:import/typescript",
"prettier"
],
"overrides": [
Expand Down
Loading

0 comments on commit 1eff1d0

Please sign in to comment.