-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tailwind 설정 #2
base: master
Are you sure you want to change the base?
tailwind 설정 #2
Conversation
해결되면 멘션 부탁드려요 |
@@ -19,8 +19,7 @@ | |||
"strict": true, | |||
"noUnusedLocals": true, | |||
"noUnusedParameters": true, | |||
"noFallthroughCasesInSwitch": true, | |||
"noUncheckedSideEffectImports": true | |||
"noFallthroughCasesInSwitch": true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
어떤 설정이 바뀐 걸까요?
"react/button-has-type": 1 | ||
} | ||
"react/button-has-type": 1, | ||
"react-refresh/only-export-components": [ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
어떤 규칙이이 추가된걸까요?
"plugins": [ | ||
"prettier", | ||
"@typescript-eslint", | ||
"react-hooks", | ||
"react-refresh", | ||
"tailwindcss" | ||
], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
기존 eslint 설정 이외에 tailwindcss만 추가 하면 될 것 같은대, 플러그인이 더 추가된 이유가 있을까요?
작업 내용