@intellihr/standard-tslint

2.1.1 • Public • Published

standard-tslint

@intellihr/standard-tslint

intelliHR Standard Code Style for TSLint (TypeScript)

Getting Started

  1. Install required packages

    yarn add --dev @intellihr/standard-tslint tslint tslint-config-prettier tslint-react
    
    # or
    
    npm install --dev @intellihr/standard-tslint tslint tslint-config-prettier tslint-react
  2. Create tslint.json in your project

    {
      "extends": ["@intellihr/standard-tslint"]
    }
    
  3. You can modify the configs to suit your project

    {
      "extends": ["@intellihr/standard-tslint"],
      "linterOptions": {
        "exclude": [
          "config/**/*.js",
          "node_modules/**/*.ts"
        ]
      }
    }

CI & Release

Create PR against master. A new version of standard-tslint will be released after the PR is merged.

Useful Commands

Lint

yarn lint

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
2.1.142latest

Version History

VersionDownloads (Last 7 Days)Published
2.1.142
2.1.01
2.0.00
1.0.01
0.2.02
0.1.40
0.1.31
0.1.20
0.1.11
0.1.00
0.0.60
0.0.51
0.0.30
0.0.20
0.0.10

Package Sidebar

Install

npm i @intellihr/standard-tslint

Weekly Downloads

15

Version

2.1.1

License

MIT

Unpacked Size

68.1 kB

Total Files

7

Last publish

Collaborators

  • intellihrci
  • callum-p
  • soloman1124