saritasa-lint-cli
v0.0.4
Published
CLI for Saritasa's lint tool
Downloads
3
Readme
saritasa-lint-cli
Tool for run linters on saritasa's projects.
Need .sarlintrc
file at the root of the project.
Plain command run linters specified in rc file on directories (files).
Example:
sarelint path/to/file path/to/blob/**/*.js
Options
--fix
Try fix source codes.
Example:
sarelint --fix path/to/file
--watch
Run lint, after finish watching changes and re-lint if need.
Example:
sarelint --watch path/to/file
--cache
Run lint with caches