Created
July 3, 2017 01:52
-
-
Save upvalue/d27f4220586f904e947a6ee0998e42c1 to your computer and use it in GitHub Desktop.
tslint.json that mostly follows tslint-config-airbnb; requires tslint-config-airbnb to be installed
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
Show hidden characters
{ | |
"defaultSeverity": "error", | |
"extends": [ | |
"tslint-config-airbnb" | |
], | |
"jsRules": {}, | |
"rules": { | |
"align": [false], | |
"import-name": false, | |
"variable-name": false | |
}, | |
"rulesDirectory": [] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment