This package has been deprecated

Author message:

DEPRECATED! Please use @ikscodes/eslint-config instead.

@ikscodes/tslint-config

5.3.1 • Public • Published

⚙️ tslint-config

code style: airbnb code style: prettier

A TSLint config with sensible rules for 0x protocol, Airbnb, Prettier, and more.

🔗 Installation

Install via npm:

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

Ensure you also have the required peerDependencies installed:

npm install tslint@^5.11.0 typescript@^3.0.3 prettier@^1.14.0 --save-dev

🛠️ Usage

By default, only airbnb and prettier configurations are included. Each configuration is available as a separate file so you can mix in just what you need!

In tslint.json:

{
  "extends": "@ikscodes/tslint-config"
}

or:

{
  "extends": [
    "@ikscodes/tslint-config/0x"
    "@ikscodes/tslint-config/airbnb",
    "@ikscodes/tslint-config/prettier", // NOTE: Prettier should always be the last in the list.
  ]
}

Configuration

Rules

Plugins

🗜️ Versioning

+————— Major version is synchronized with TSLint's major version.
| +——— Minor version has BREAKING CHANGES or features.
| | +— Patch version has non-breaking changes.
| | |
x.x.x

Package Sidebar

Install

npm i @ikscodes/tslint-config

Weekly Downloads

1

Version

5.3.1

License

MIT

Unpacked Size

23.7 kB

Total Files

8

Last publish

Collaborators

  • smithki