Category – ESLint
1 post tagged with "ESLint" (See all categories)

ESLint icon
Apply eslint to a node project

21.01.20192 Min Read — In ESLint

Install ESLint 프로젝트 디렉토리에서 위와 같이 설치한다. 만약 글로벌로 설치 하고 싶다면 다음과 같이 설치 한다. Init ESLint ESLint를 dev 로 설치 했다면 위와 같은 명령으로 ESLint 를 init 한다. 글로벌로 설치 했다면 위와 같이 실행한다. ESLint config Use a popular style guide…