인프런 영문 브랜드 로고
인프런 영문 브랜드 로고

Inflearn Community Q&A

neofront0545's profile image
neofront0545

asked

Vue.js Mastery - Everything You Need to Know for Real-World Use

Introduction to API documentation to be used in class

jquery_calendar.min 파일 사용....

Written on

·

256

1

JS파일을 import해서 사용하려고 하는데 방법을 모르겠습니다ㅠㅠ

jquery_calendar.min.js
파일을 import 해서 사용하려고 하는데

elint로 띄어쓰기 Tap 등 문법에 걸려서 사용을 못하는데
어떻게 사용해야 하나요...ㅠㅠ

js파일vuejsmin파일vuexjavascript

Answer 1

1

captain님의 프로필 이미지
captain
Instructor

안녕하세요 neofront님, 보통 외부 라이브러리의 코드까지 eslint를 돌리진 않아요. 아래 룰로 검사 대상에서 제외하시겠어요? :)

https://eslint.org/docs/user-guide/configuring/ignoring-code

neofront0545's profile image
neofront0545

asked

Ask a question