1.0.2 • Published 3 years ago

@lsd-aus/tslint-config v1.0.2

Weekly downloads
3
License
MIT
Repository
github
Last release
3 years ago

@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.