tslint-config-valtech
v0.1.0
Published
Valtech TSLint configuration.
Readme
tslint-config-valtech
This repository houses the shared TSLint configuration for Valtech's front-end team.
How to Use
This configuration is designed to be used with TSLint. In order to use it in your project, first install the npm module:
npm install --save-dev tslint-config-valtechThat will add the configuration to your package.json. From there,
extend the TSLint ruleset by adding this to your tslint.json file:
"extends": "node_modules/tslint-config-valtech/tslint-config-valtech.json"You can extend it with your own rules and configuration. See the TSLint docs for more information.
