Skip to content

piecioshka/tslint-config-piecioshka

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

tslint-config-piecioshka

npm version downloads count

🔨 TSLint configuration of my style.

Give a ⭐️ if this project helped you!

Install

npm install -D 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

About

🔨 TSLint configuration of my style.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published