This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

@coolstuffit/tslint-config

1.13.0 • Public • Published

@coolstuffit/tslint-config

npm (scoped) license

A TSLint configuration file for use within CoolStuff IT.

usage

first add the dev dependencies to your project, these are currently

yarn add tslint tslint-config-airbnb-base tslint-eslint-rules typescript --dev

then add a tslint.json file to the root of your project with the following contents:

{
  "rulesDirectory": [
      "node_modules/tslint-origin-ordered-imports-rule/dist"
  ],
  "extends": ["@coolstuffit/tslint-config"]
}

Readme

Keywords

Package Sidebar

Install

npm i @coolstuffit/tslint-config

Weekly Downloads

0

Version

1.13.0

License

MIT

Unpacked Size

8.08 kB

Total Files

6

Last publish

Collaborators

  • cherlin
  • coolstuff-devs