Skip to content

Commit

Permalink
chore: add linebreak-style rule (#4803)
Browse files Browse the repository at this point in the history
  • Loading branch information
hsuanxyz authored Feb 25, 2020
1 parent 5b8fc77 commit 05a53e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
"interface-name": [true, "never-prefix"],
"interface-over-type-literal": true,
"label-position": true,
"linebreak-style": [true, "LF"],
"require-license-banner": [
true,
"components/**/!(demo|doc|style|page|testing)/!(*.spec).ts"
Expand Down

0 comments on commit 05a53e1

Please sign in to comment.