Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 759 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 759 Bytes

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-valtech

That 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.