tslint-config-piecioshka
v0.0.6
Published
🔨 TSLint configuration of my style
Downloads
133
Maintainers
Readme
tslint-config-piecioshka
🔨 TSLint configuration of my style.
Give a ⭐️ if this project helped you!
Install
npm install tslint-config-piecioshka
Usage
tslint.json
:{ "extends": "tslint-config-piecioshka" }
or
{ "extends": [ "tslint:recommended", "tslint-config-piecioshka" ] }
package.json
"scripts": { "lint": "tslint -p ." },
Disclaimer
[2019-08-09]
Yes, I know, that TSLint is deprecated. But for now it a long term plan. If you would like to use own config you can Fork that repo to create your configuration to share across TypeScript projects.
🤝 Contributing
Contributions, issues and feature requests are welcome! Feel free to check issues page.
Related
License
The MIT License @ 2019