tslint-config-whisp
v1.0.7
Published
Install with `yarn add --dev tslint-config-whisp`
Downloads
4
Readme
##Usage:
Install with yarn add --dev tslint-config-whisp
In order to start auto linting and formatting, run the command whisp-tslint-install
(located in /node_modules/.bin/).
##Override rules per-project:
Add your own tslint rules in the generated tslint.json
file
##Available commands:
Run one of the following in your terminal using npx {COMMAND_NAME}
.
whisp-lint
: runs eslint on entire codebasewhisp-prettify
: prettifies the entire codebasewhisp-tslint-install
: installs required dependencies and pre-commit hooks