Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

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