tslint-config-unional

0.10.0 • Public • Published

tslint-config-unional

NPM version NPM downloads Build status

Greenkeeper Semantic Release

Stories in Ready Visual Studio Code

A tslint extension package with several styles to choose from.

Design Principles

There are several configurations available in this package. Although they are different as they are designed for different programers, here are the principles that they all follows:

  • They are designed to be used by team
  • Each team member can use their own IDE of choice
  • The formatter available on each IDE should work with each configuration
  • Code should look well and consistent on each IDE with folding
    • so that when you stop by your team member's cube, the code looks the same.
    • i.e., unfortunately, no [tab]
  • Thrive for easy to write (with fewest keystrokes) while keeping the code clean

Usage

# Install 
npm install tslint-config-unional
// tslint.json
{
  "extends": "tslint-config-unional" // or other styles
}

About Supported IDE

Within this project, I use the term IDE and editor interchangably in this context. The line between IDE and editor is burring by the day anyway.

I list the IDEs supported for specific style that I or some collaborators have verified. If your IDE of choice is not listed, it doesn't necessary mean the style doesn't work on your IDE.

Feel free to try it out, and let me know if it works for you or not so that I can update the list accordingly. Also, the best thing to do and file issues on your IDE so that you can use the style that you like.

Styles

Versioning

  • patch loosen rules and will not cause build to fail.
  • minor not used as adding rules will likely cause build to fail.
  • major adding rules or adding new styles, or making rule more strict then before.

LICENSE

MIT

Package Sidebar

Install

npm i tslint-config-unional

Weekly Downloads

3,583

Version

0.10.0

License

MIT

Unpacked Size

12.9 kB

Total Files

7

Last publish

Collaborators

  • unional