1.0.8 • Published 7 years ago
@ueno/tslint-config v1.0.8
@ueno/tslint-config
Installation
yarn add @ueno/tslint-configUsage
TSLint
We have 2 configs to extend to your tslint.json file.
For React
{
"extends": "@ueno/tslint-config/react"
}For React Native
{
"extends": "@ueno/tslint-config/react-native"
}TSConfig
We have 2 differents tsconfig.json that you can extends to your tsconfig.json file.
For React
{
"extends": "./node_modules/@ueno/tslint-config/tsconfig-react",
"compilerOptions": {
"baseUrl": "./src"
}
}For React Native
{
"extends": "./node_modules/@ueno/tslint-config/tsconfig-react-native",
"compilerOptions": {
"baseUrl": "./src"
}
}License
MIT © ueno.