@loopback/tslint-config

2.1.0 • Public • Published

@loopback/tslint-config

Shared TSLint config to enforce a consistent code style for LoopBack development

Installation

$ npm install --save @loopback/tslint-config

Basic Use

An example tslint.json file:

{
  $schema: 'http://json.schemastore.org/tslint',
  extends: ['@loopback/tslint-config/tslint.common.json'],
}

An example tslint.build.json file:

{
  $schema: 'http://json.schemastore.org/tslint',
  extends: ['@loopback/tslint-config/tslint.build.json'],
}

Contributions

Contributors

See all contributors.

License

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i @loopback/tslint-config

Weekly Downloads

1,007

Version

2.1.0

License

MIT

Unpacked Size

6.67 kB

Total Files

6

Last publish

Collaborators

  • rfeng
  • rmg
  • dhmlau
  • theprez