Skip to content

Instantly share code, notes, and snippets.

@upvalue
Created July 3, 2017 01:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save upvalue/d27f4220586f904e947a6ee0998e42c1 to your computer and use it in GitHub Desktop.
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
{
"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