1.0.8 • Published 6 years ago
@piratuks/code-style-config v1.0.8
Code Style Config
Linter rules according to my preferred coding style which are shareable.
Install
npm install --save-dev @piratuks/code-style-config
Usage
tslint
In your tslint.json config file, add the following:
"extends": "@piratuks/code-style-config/tslint"eslint
In your eslintrc.json config file, add the following:
"extends": "@piratuks/code-style-config/eslint"