Skip to content

Instantly share code, notes, and snippets.

@mofax
Created May 6, 2018 11:21
Show Gist options
  • Save mofax/3cc7072ea2d6099ace64bc557ae8d50f to your computer and use it in GitHub Desktop.
Save mofax/3cc7072ea2d6099ace64bc557ae8d50f to your computer and use it in GitHub Desktop.
{
"defaultSeverity": "error",
"extends": ["tslint-config-airbnb", "tslint-react", "tslint-config-prettier"],
"jsRules": {},
"rules": {
"variable-name": false,
"function-name": false,
"jsx-no-lambda": false
},
"rulesDirectory": []
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment