mirror of
https://github.com/nodejs/node.git
synced 2024-11-30 07:27:22 +01:00
a128451004
Run with 'make lint'
10 lines
330 B
Plaintext
10 lines
330 B
Plaintext
This repository contains the Closure Linter - a style checker for JavaScript.
|
|
|
|
To install the application, run
|
|
python ./setup.py install
|
|
|
|
After installing, you get two helper applications installed into /usr/local/bin:
|
|
|
|
gjslint.py - runs the linter and checks for errors
|
|
fixjsstyle.py - tries to fix errors automatically
|