Skip to content

Instantly share code, notes, and snippets.

@serhii-havrylenko
Created October 28, 2018 13:53
Show Gist options
  • Save serhii-havrylenko/d4140559cf4fe302e8b8c6837bf9d7de to your computer and use it in GitHub Desktop.
Save serhii-havrylenko/d4140559cf4fe302e8b8c6837bf9d7de to your computer and use it in GitHub Desktop.
{
"scripts": {
"lint": "run-p -c lint:*",
"lint:ts": "tslint 'packages/**/*.ts{,x}'",
"lint:css": "stylelint 'packages/**/*.ts{,x}'"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment