본문 바로가기
computer/node.js

Brackets JSLint 에러

by 데파이 2019. 1. 15.
반응형

Brackets JSLint 에러



Missing space between 'for' and '(' 에러가 발생한 상태이다



Brackets 환경설정파일을 참조하여 


"jslint.options": {"devel": true,

                                         "white": true                    

                      },


다음과 같이 추가하였다.


설정파일 변경하는 법은 

http://copll.tistory.com/101

를 참조




다음과같이 Missing space between 'for' and '('  에러가 사라졌다.




변수선언을 for함수 위쪽에서 선언해서 해결시켰다.

다른에디터에서는 되는데 Brackers는 안되거나 내가 찾지못한 모양이다.

반응형