We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ISSUE 종류를 선택하세요 ([ ] 안에 x 표시, [x])
[ ]
x
[x]
stylelint 설정을 추가하였습니다 !
🔗 commit 바로보기
주의사항은 다음과 같아요
eslint
stylelint
활용하기 위해서는 CLI 실행이 필요할 것 같아요!
CLI 실행
(푸시 하기 전에 한 번씩) 아래 명령어 중 하나 실행 후 푸시하면 좋을 것 같습니다 !!
의도적으로 commit 마다 lint 를 강제하도록 하지는 않았습니다, 중요하다고 판단하지 않았아요 후에 문제가 있다면 다시 살펴보도록 할게요
// (이거는 eslint, prittier, stylelint 전부 실행) $ yarn lint // (이거는 stylelint만 실행) $ yarn lint-stylelint
The text was updated successfully, but these errors were encountered:
stylelint 자동 fix 사용하면, 수많은 항목들이 나타나고 객체로 St를 구성한 부분이 꼬여 에러가 발생합니다. --> css 순서의 린트 항목은 빼고 검사하도록 합니다.
Sorry, something went wrong.
joohaem
No branches or pull requests
종류
ISSUE 종류를 선택하세요 (
[ ]
안에x
표시,[x]
)내용
stylelint 설정을 추가하였습니다 !
🔗 commit 바로보기
주의사항은 다음과 같아요
eslint
익스텐션 설치했던 것처럼stylelint
익스텐션 설치해주세요활용하기 위해서는
CLI 실행
이 필요할 것 같아요!(푸시 하기 전에 한 번씩) 아래 명령어 중 하나 실행 후 푸시하면 좋을 것 같습니다 !!
의도적으로 commit 마다 lint 를 강제하도록 하지는 않았습니다, 중요하다고 판단하지 않았아요
후에 문제가 있다면 다시 살펴보도록 할게요
The text was updated successfully, but these errors were encountered: