Skip to content

Instantly share code, notes, and snippets.

@aaronfrost
Created February 23, 2018 21:21
Show Gist options
  • Save aaronfrost/5b96765117b3f63f8471487deeb14fc6 to your computer and use it in GitHub Desktop.
Save aaronfrost/5b96765117b3f63f8471487deeb14fc6 to your computer and use it in GitHub Desktop.
// If tslint@5.0.0+
{
"extends": [
"tslint:latest",
"tslint-plugin-prettier"
],
"rules": {
"prettier": true
}
}
// If tslint@5.2.0+
{
"rulesDirectory": ["tslint-plugin-prettier"],
"rules": {
"prettier": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment