[eslint] anchor 태그 <a /> 를 버튼 처럼 사용하는 것을 허용

By | 7월 20, 2022

.eslintrc 파일에 추가

{
  "rules": {
     ...
    "jsx-a11y/anchor-is-valid": 0
  }
}
Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments