Skip to content

Commit

Permalink
fix(tslint): use config from vault
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasGassmann committed Nov 27, 2019
1 parent 49fff6c commit a0cb561
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
"rules": {
"prettier": true,
"strict-comparisons": true,
"component-class-suffix": [true, "Component", "Page"],
"directive-selector": [true, "attribute", "airgap", "camelCase"],
"component-selector": [true, "element", "airgap", "kebab-case"],
"semicolon": [true, "never"],
"member-access": [true],
"member-ordering": [
Expand Down

0 comments on commit a0cb561

Please sign in to comment.