Skip to content

Instantly share code, notes, and snippets.

@Happytreat
Created May 7, 2020 21:49
Show Gist options
  • Save Happytreat/6efb1c82684fffe04c89957650409028 to your computer and use it in GitHub Desktop.
Save Happytreat/6efb1c82684fffe04c89957650409028 to your computer and use it in GitHub Desktop.
TS Boilerplate: tslint
{
"defaultSeverity": "error",
"extends": "tslint-config-airbnb",
"jsRules": {},
"rules": {
"eofline": false
},
"rulesDirectory": []
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment