Skip to content

Commit

Permalink
resolves #673 (#674)
Browse files Browse the repository at this point in the history
  • Loading branch information
quisido authored and dbaeumer committed May 14, 2019
1 parent 5011107 commit 32cbfdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@
"type": "object",
"default": {
"enable": true,
"location": "newLine"
"location": "separateLine"
},
"properties": {
"enable": {
Expand All @@ -218,7 +218,7 @@
"separateLine",
"sameLine"
],
"default": "newLine",
"default": "separateLine",
"description": "Configure the disable rule code action to insert the comment on the same line or a new line."
}
}
Expand Down

0 comments on commit 32cbfdc

Please sign in to comment.