Skip to content
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

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

tailwind 설정 #2

wants to merge 5 commits into from

Conversation

yeonilil
Copy link

작업 내용

  1. tailwind를 설치하였습니다.
  2. eslint-plugin-tailwindcss를 설정하였습니다.
  • tailiwind.config에 색상, 폰트를 설정해두려 했는데 아직 디자인이 정해지지 않아서 추가 안했습니다

@yeonilil yeonilil self-assigned this Nov 13, 2024
@jeongnaehyeok
Copy link
Member

해결되면 멘션 부탁드려요

@@ -19,8 +19,7 @@
"strict": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"noFallthroughCasesInSwitch": true,
"noUncheckedSideEffectImports": true
"noFallthroughCasesInSwitch": true
Copy link
Member

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": [
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

어떤 규칙이이 추가된걸까요?

Comment on lines +3 to +9
"plugins": [
"prettier",
"@typescript-eslint",
"react-hooks",
"react-refresh",
"tailwindcss"
],
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

기존 eslint 설정 이외에 tailwindcss만 추가 하면 될 것 같은대, 플러그인이 더 추가된 이유가 있을까요?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants