@lsd-aus/tslint-config

1.0.2 • Public • Published

@lsd-aus/tslint-config

npm

Installation

yarn add @lsd-aus/tslint-config

Usage

TSLint

For now there is only one main config.

For React

{
  "extends": "@lsd-aus/tslint-config/react"
}

In the future we may add additional tslint configs.

TSConfig

For now there is only one main config.

For React

{
  "extends": "./node_modules/@lsd-aus/tslint-config/tsconfig-react",
  "compilerOptions": {
    "baseUrl": "./src"
  }
}

In the future we may add additional tsconfigs.

License

MIT © Luke Secomb.

Package Sidebar

Install

npm i @lsd-aus/tslint-config

Weekly Downloads

0

Version

1.0.2

License

MIT

Unpacked Size

4.3 kB

Total Files

5

Last publish

Collaborators

  • lukethecoder