Skip to content

Instantly share code, notes, and snippets.

@binjospookie
Created April 24, 2019 13:19
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 binjospookie/71f4b818271e96d7f2b180d5cd841a87 to your computer and use it in GitHub Desktop.
Save binjospookie/71f4b818271e96d7f2b180d5cd841a87 to your computer and use it in GitHub Desktop.
{
"defaultSeverity": "error",
"extends": [
"tslint:recommended"
],
"rules": {
"quotemark": [
true,
"single",
"jsx-double"
],
"arrow-parens": false,
"no-empty": false,
"no-any": true
},
"rulesDirectory": []
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment