5.4.0 • Published 8 years ago
tslint-config-mapillary v5.4.0
tslint-config-mapillary
Shareable tslint config, used across Mapillary projects
Usage
Install as a devDependency
npm i --save-dev tslint-config-mapillaryCreate a tslint.json file in the root of your project with the following content
{
"extends": "tslint-config-mapillary"
}Enjoy!
Versioning
tslint-config-mapillary is versioned after major and minor version changes of tslint. For example if the latest version of tslint is tslint@5.4.1, tslint-config-mapillary will be at tslint-config-mapillary@5.4.*, where major and minor version map to tslint's. Patch version in tslint-config-mapillary contain small tweaks to the repo. Rules are disabled/enabled only during minor version bumps in tslint.