@lsd-aus/tslint-config
v1.0.2
Published
lsd-aus's tslint config
Downloads
2
Maintainers
Readme
@lsd-aus/tslint-config
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.