Skip to content

Instantly share code, notes, and snippets.

@Davisonpro
Created April 18, 2019 14:50
Show Gist options
  • Save Davisonpro/2e4c6f69b3c7cd8436a2674077b9f054 to your computer and use it in GitHub Desktop.
Save Davisonpro/2e4c6f69b3c7cd8436a2674077b9f054 to your computer and use it in GitHub Desktop.
{
"extends": [
"tslint:latest",
"tslint-config-prettier"
],
"rules": {
"interface-name": false,
"max-classes-per-file": false,
"member-access": [true, "no-public"],
"no-console": [true, "log"],
"no-implicit-dependencies": [true, "dev"],
"no-shadowed-variable": false
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment