1.0.8 • Published 5 years ago

@ueno/tslint-config v1.0.8

Weekly downloads
22
License
MIT
Repository
github
Last release
5 years ago

@ueno/tslint-config

npm

Installation

yarn add @ueno/tslint-config

Usage

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.

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago