Package Exports
- tslint-config-standard-plus
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (tslint-config-standard-plus) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
TSLint Config Standard Plus 🎉
A TSLint config for JavaScript Standard Style with a plus of useful rules.
Install
yarn add tslint-config-standard-plus --devnpm install tslint-config-standard-plus --save-devUsage
In tslint.json:
{
"extends": "tslint-config-standard-plus"
}P.S. Some TSLint rules may require the use of --project.
Rules
TODO
Help
Many TSLint ESLint Rules are incomplete and can use your help!
Inspiration
This config is highly inspired by these awesome projects:
- tslint-clean-code [dependecy]
- tslint-eslint-rules [dependecy]
- tslint-no-circular-imports [dependecy]
- dcl-tslint-config-standard [fork]
Contributions
Feel free to send some Pull request or issue.
License
MIT license
© 2018 José Luis Quintana