Skip to content

Commit

Permalink
Merge pull request #11 from Hayao0819/fix-some-eslint-errors
Browse files Browse the repository at this point in the history
fix importing error
  • Loading branch information
yamader authored Jan 8, 2024
2 parents 113fa49 + 382b7b9 commit ea05bc9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,11 @@
"@typescript-eslint/no-var-requires": "off",
"import/order": "warn",
"react/display-name": "off"
},
// https://github.com/typescript-eslint/typescript-eslint/issues/154
"settings": {
"import/resolver": {
"typescript": {}
}
}
}

0 comments on commit ea05bc9

Please sign in to comment.