1.10.0 • Published 5 years ago

@anvilabs/tslint-config v1.10.0

Weekly downloads
11
License
MIT
Repository
github
Last release
5 years ago

@anvilabs/tslint-config

Version Build Status Dependency Status devDependency Status semantic-release

Anvilabs' TSLint config, designed to be used in conjunction with ESLint and our shareable ESLint configs. Includes mostly TS-specific rules taking advantage of TSLint's ability to work with the type checker.

Usage

Install the package as a development dependency:

$ yarn add typescript tslint @anvilabs/tslint-config --dev
# or
$ npm install typescript tslint @anvilabs/tslint-config --save-dev

Then create a tslint.json file in the root of your project:

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

New rules may be added or existing ones modified like so:

{
  "extends": "@anvilabs/tslint-config",
  "rules": {
    // your overrides
  }
}

Tips

It is recommended to use the TypeScript language service plugin for TSLint to ensure easier integration with different code editors.

License

MIT License © Anvilabs LLC

1.10.0

5 years ago

1.9.0

5 years ago

1.8.0

6 years ago

1.7.0

6 years ago

1.6.0

6 years ago

1.5.1

6 years ago

1.5.0

6 years ago

1.4.1

6 years ago

1.4.0

6 years ago

1.3.0

6 years ago

1.2.3

6 years ago

1.2.2

6 years ago

1.2.1

6 years ago

1.2.0

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.0

6 years ago

1.0.0-rc.2

6 years ago

1.0.0-rc.1

6 years ago