Skip to content

Instantly share code, notes, and snippets.

@serhii-havrylenko
Created October 28, 2018 13:54
Show Gist options
  • Save serhii-havrylenko/74b2664a040c543f9624a5589de720dd to your computer and use it in GitHub Desktop.
Save serhii-havrylenko/74b2664a040c543f9624a5589de720dd to your computer and use it in GitHub Desktop.
{
"scripts": {
"fix": "run-p -c lint:ts-* --fix",
"lint:ts": "run-p -c lint:ts-*",
"lint:ts-prod": "tslint --config tslint.prod.json 'packages/**/*.ts{,x}' --exclude '**/*.{test,story}.ts{,x}'",
"lint:ts-test": "tslint --config tslint.test.json 'packages/**/*.{test,story}.ts{,x}'"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment