Skip to content

Instantly share code, notes, and snippets.

@InfiniteXyy
Created July 22, 2019 07:39
Show Gist options
  • Save InfiniteXyy/913e843622524995bc08b75ca3a3547c to your computer and use it in GitHub Desktop.
Save InfiniteXyy/913e843622524995bc08b75ca3a3547c to your computer and use it in GitHub Desktop.
tslint and airbnb config and prettier
{
"defaultSeverity": "error",
"extends": [
"tslint:recommended",
"tslint-config-airbnb",
"tslint-config-prettier"
],
"jsRules": {},
"rules": {
...
"ter-arrow-parens": [true, "always"],
...
},
"rulesDirectory": []
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment