Skip to content

Instantly share code, notes, and snippets.

@lydemann
Last active August 13, 2019 14:41
Embed
What would you like to do?
{
"*.{ts,json,md,scss,html}": [
"prettier --write",
"git add"
],
"*.ts": [
"tslint --fix",
"git add"
],
"*.scss": [
"stylelint --fix",
"git add"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment