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
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