Skip to content

Instantly share code, notes, and snippets.

@tai2
Last active September 24, 2017 14:54
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/ecf6964a827f75888f91e22318e6af2b to your computer and use it in GitHub Desktop.
Save tai2/ecf6964a827f75888f91e22318e6af2b 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"],
"interface-name": [true, "never-prefix"],
"object-literal-sort-keys": false,
"no-submodule-imports": false,
"member-access": [true, "no-public"],
"jsx-boolean-value": [true, "never"]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment