0.0.6 • Published 8 months ago

tslint-config-piecioshka v0.0.6

Weekly downloads
2
License
MIT
Repository
github
Last release
8 months ago

tslint-config-piecioshka

node version npm version downloads count size license

🔨 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