@aaronchenwei/tslint-config
v1.5.4
Published
A sharable TSLint configuration
Maintainers
Readme
tslint-config
This is an opinioned tslint configuration with prettier.
Installation
yarn add --dev @aaronchenwei/tslint-config tslintUsage
In file tslint.json
{
"extends": ["@aaronchenwei/tslint-config", "tslint-config-prettier"]
}In order to configure pretitier, install packages and then add following to file package.json
yarn add --dev husky prettier pretty-quick "prettier": {
"singleQuote": true,
"trailingComma": "es5"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
}Versioning
+----- Major version.
| +--- Minor version has BREAKING CHANGE and feature.
| | +- Patch version has patch.
| | |
x.x.xLicense
MIT
