Skip to content

Instantly share code, notes, and snippets.

@serhii-havrylenko
Created October 28, 2018 13:54
Show Gist options
  • Save serhii-havrylenko/2227aaa73ecf364977815906f4ccb23d to your computer and use it in GitHub Desktop.
Save serhii-havrylenko/2227aaa73ecf364977815906f4ccb23d to your computer and use it in GitHub Desktop.
{
"extends": [
"tslint:latest",
"tslint-react",
"tslint-plugin-prettier",
"tslint-config-prettier"
],
"rules": {
"prettier": true,
"quotemark": [
true,
"single",
"avoid-escape",
"avoid-template",
"jsx-double"
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment