Skip to content

Instantly share code, notes, and snippets.

@tai2
Last active September 23, 2017 15:53
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 tai2/2774c1cdbe54a5b187ce05cd904bc14f to your computer and use it in GitHub Desktop.
Save tai2/2774c1cdbe54a5b187ce05cd904bc14f to your computer and use it in GitHub Desktop.
{
"defaultSeverity": "error",
"extends": ["tslint:latest", "tslint-react", "tslint-eslint-rules"],
"rules": {
"quotemark": [true, "single", "jsx-double"],
"semicolon": [true, "never"]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment