Skip to content

Commit

Permalink
fix(linter): Disable no-unreachable in recommended config
Browse files Browse the repository at this point in the history
This doesn't fix the rule, but it speaks to wcjohnson/lightscript#104
  • Loading branch information
wcjohnson committed Jul 14, 2020
1 parent ade99d7 commit 97dd5ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/configs.lsc
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ export recommended = {
"@lightscript/no-unnecessary-comma": 1
"constructor-super": 0
"no-this-before-super": 0
"no-unreachable": 0
}
}

0 comments on commit 97dd5ec

Please sign in to comment.