@loopback/tslint-config

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

Usage no npm install needed!

<script type="module">
  import loopbackTslintConfig from 'https://cdn.skypack.dev/@loopback/tslint-config';
</script>

README

@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