Skip to content

Instantly share code, notes, and snippets.

@haigopi
Created January 19, 2020 02:02
Show Gist options
  • Save haigopi/246757542491713134b8383d21fc384e to your computer and use it in GitHub Desktop.
Save haigopi/246757542491713134b8383d21fc384e to your computer and use it in GitHub Desktop.
{
"defaultSeverity": "error",
"extends": [
"tslint:recommended"
],
"jsRules": {},
"rules": {
"interface-name": [ "never-prefix" ],
"member-access": [
false
],
"ordered-imports": [
false
],
"no-console": [
false
],
"no-var-requires": false
},
"rulesDirectory": []
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment