Created
April 18, 2019 14:50
-
-
Save Davisonpro/2e4c6f69b3c7cd8436a2674077b9f054 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
{ | |
"extends": [ | |
"tslint:latest", | |
"tslint-config-prettier" | |
], | |
"rules": { | |
"interface-name": false, | |
"max-classes-per-file": false, | |
"member-access": [true, "no-public"], | |
"no-console": [true, "log"], | |
"no-implicit-dependencies": [true, "dev"], | |
"no-shadowed-variable": false | |
} | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment