This package has been deprecated

Author message:

Package no longer supported. Use @kunstmaan/eslint-config-typescript instead.

@kunstmaan/tslint-config

1.0.0 • Public • Published

Kunstmaan TSLint

Usage

npm install @kunstmaan/tslint-config --save-dev

Update your tslint.json file:

{
  "extends": ["./node_modules/@kunstmaan/tslint-config/tslint.json"],
  "rules": {

  }
}

You can add overrides inside the rules section.

TypeScript Rules

For TypeScript we extend the AirBnB styleguide with some exceptions.

Basically, we use the same ruleset as we do for JavaScript, Start off by reading the AirBnB styleguide, and our JavaScript rules. There are no specific gotcha's for TypeScript, for now...

React-specific Rules

For our React rules we also extend the Palantir's TSLint React Preset, and supplement this with exceptions and overwrites to get the same result as we do in our ESLint config.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Published

Version History

  • Version
    Downloads (Last 7 Days)
    • Published

Package Sidebar

Install

npm i @kunstmaan/tslint-config

Weekly Downloads

9

Version

1.0.0

License

ISC

Unpacked Size

5.3 kB

Total Files

7

Last publish

Collaborators

  • bverbist
  • diskwriter
  • janb87
  • kunstmaan-npm
  • snipsonian