Skip to content

Instantly share code, notes, and snippets.

@StephaneTrebel
Created August 11, 2017 07:49
Show Gist options
  • Save StephaneTrebel/3369221acd6034d688d9880b203382ce to your computer and use it in GitHub Desktop.
Save StephaneTrebel/3369221acd6034d688d9880b203382ce to your computer and use it in GitHub Desktop.
{
"extends": "tslint:recommended",
"rules": {
"object-literal-key-quotes": [true, "as-needed"],
"quotemark": "single",
"arrow-parens": [true, "ban-single-arg-parens"],
"ordered-imports": false,
"object-literal-sort-keys": false,
"no-var-requires": false,
"max-classes-per-file": [true, 2]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment