Callstack TSLint config with Prettier and reasonable defaults based on tslint-microsoft-contrib and tslint-react.
yarn add -D tslint typescript @callstack/tslint-config
Add to your TSLint config (tslint.json
or tslint.yaml
):
{
"extends": "@callstack/tslint-config"
}