Created
February 23, 2018 21:21
-
-
Save aaronfrost/5b96765117b3f63f8471487deeb14fc6 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// If [email protected]+ | |
{ | |
"extends": [ | |
"tslint:latest", | |
"tslint-plugin-prettier" | |
], | |
"rules": { | |
"prettier": true | |
} | |
} | |
// If [email protected]+ | |
{ | |
"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