Skip to content

Instantly share code, notes, and snippets.

@AkashRajpurohit
Created February 2, 2019 11:59
Show Gist options
  • Save AkashRajpurohit/774f536ae2720d04369bb628c4becd4a to your computer and use it in GitHub Desktop.
Save AkashRajpurohit/774f536ae2720d04369bb628c4becd4a to your computer and use it in GitHub Desktop.
ts-lint configuration
{
"defaultSeverity": "error",
"extends": ["tslint:latest", "tslint-config-prettier"],
"jsRules": {},
"rules": {
"no-console": false,
"member-access": false,
"object-literal-sort-keys": false,
"ordered-imports": false,
"interface-name": false,
"no-submodule-imports": false,
"jsx-no-lambda": false
},
"rulesDirectory": []
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment