Skip to content

Instantly share code, notes, and snippets.

@yavir-me
Last active February 19, 2019 11:36
Show Gist options
  • Save yavir-me/8ad0c5a54b6608a6e1e6988e0430d23f to your computer and use it in GitHub Desktop.
Save yavir-me/8ad0c5a54b6608a6e1e6988e0430d23f to your computer and use it in GitHub Desktop.
tslint json
{
"extends": [
"tslint:latest",
"tslint-react",
"tslint-eslint-rules",
"tslint-config-prettier"
],
"rules": {
"ordered-imports": false,
"no-submodule-imports": false,
"interface-over-type-literal": false,
"no-implicit-dependencies": false,
"jsx-boolean-value": [true, "never"],
"object-literal-sort-keys": false,
"jsx-no-lambda": false,
"no-default-export": true,
"interface-name": false
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment