Skip to content

Commit

Permalink
chore: update eslint rules
Browse files Browse the repository at this point in the history
  • Loading branch information
Leehaeun0 committed Aug 20, 2021
1 parent ede18bb commit 80890be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"rules": {
// custom 해야할 규칙 선언
"@typescript-eslint/explicit-module-boundary-types": "off",
"@typescript-eslint/no-var-requires": "off",
"react/react-in-jsx-scope": "off",
"import/no-unresolved": "off"
},
Expand Down

0 comments on commit 80890be

Please sign in to comment.