@ueno/tslint-config

1.0.8 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i @ueno/tslint-config

Weekly Downloads

1

Version

1.0.8

License

MIT

Unpacked Size

21.8 kB

Total Files

8

Last publish

Collaborators

  • magnearun
  • olafursverrir
  • birkir
  • ueno-personal