티스토리 뷰
Programming language/Reactjs
storybook 설정 - [ESLintError: [eslint] src/stories/Page.tsx Line 39:13: `"` can be escaped with `"`, `“`, `"`, `”` react/no-unescaped-entities
hello-world 2022. 9. 15. 16:31728x90
반응형
[ESLintError: [eslint] src/stories/Page.tsx Line 39:13: `"` can be escaped with `"`, `“`, `"`, `”` react/no-unescaped-entities
eslint 에서 error 나는 거니 해당 부분을 일단 꺼두면 될거 같아 해보니 잘 된다.
.eslintrc.json 의 rules 부분에 아래 react/no-unescaped-entities 부분을 추가해 주면 된다.
{
"rules": {
.......중략.............
"react/no-unescaped-entities": 0
}
}
728x90
반응형
'Programming language > Reactjs' 카테고리의 다른 글
emotion 사용시 react/no-unknown-property 에러 (0) | 2022.10.28 |
---|---|
storybook 에 @emotion/babel-preset-css-prop 설정( storybook + ts + emotion 환경 ) (0) | 2022.09.15 |
storybook + ts+ emotion + storybook 설정 - SassError: SassError: expected "{". (0) | 2022.09.14 |
inter 키워드 ( Typescript ) (0) | 2022.08.31 |
JSX.IntrinsicElements 이란 (0) | 2022.08.26 |
댓글
250x250
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- 자바스크립트
- JsDoc
- svg icon font
- cordova
- 태그
- 아이콘 폰트 만들기
- icon font
- svg 폰트
- 리프래시토큰
- interceptors
- RefreshToken
- React.StrictMode
- Angular
- anime.js
- 내장요소
- git
- 코도바
- IntrinsicElements
- svg모션
- Intrinsic
- for of 구문
- vue-router
- git checkout -b
- 반복문
- Aptana
- react-router-dom
- 앵귤러
- Vue3
- react
- CSS
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
글 보관함