google-closure-linter
Version:
NPM wrapper for Google Closure Linter command-line tools, for when you want to add a python dependency but not a pip dependency.
19 lines (12 loc) • 502 B
Markdown
# google-closure-linter
[](https://www.npmjs.com/package/google-closure-linter)
NPM wrapper for Google Closure Linter command-line tools, for when you
want to add a python dependency but not a pip dependency.
## Usage
```
npm install google-closure-linter
gjslint path/to/my/file.js
fixjsstyle path/to/my/file.js
```
## References
[How to Use Closure Linter](https://developers.google.com/closure/utilities/docs/linter_howto)