Skip to content

Commit 7f7e538

Browse files
committed
feat: ESLint 세팅 수정
1 parent 92c5c2e commit 7f7e538

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.eslintrc.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
"plugins": ["@typescript-eslint", "react", "prettier"],
3232
"rules": {
3333
"prettier/prettier": "error",
34-
"react/react-in-jsx-scope": "off"
34+
"react/react-in-jsx-scope": "off",
35+
"react/require-default-props": "off"
3536
}
3637
}

0 commit comments

Comments
 (0)