Be bold in marking closure-linter as deprecated
Please note that the closure linter is deprecated. Esp. if you use ES6 features, the tool will not work for you.
clang-format
--jscomp_warnings=lintChecks
To install the application, run python ./setup.py install
python ./setup.py install
After installing, you get two helper applications installed into /usr/local/bin:
/usr/local/bin
gjslint.py
fixjsstyle.py
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
DEPRECATED: Closure Linter - a style checker for ES5 JavaScript
Please note that the closure linter is deprecated. Esp. if you use ES6 features, the tool will not work for you.
clang-format.--jscomp_warnings=lintChecksflag. See also https://developers.google.com/closure/utilities/Installation
To install the application, run
python ./setup.py installAfter installing, you get two helper applications installed into
/usr/local/bin:gjslint.py- runs the linter and checks for errorsfixjsstyle.py- tries to fix errors automatically