Skip to content

Commit

Permalink
modify: change warning level for no-lone-blocks rule
Browse files Browse the repository at this point in the history
  • Loading branch information
sota1235 committed Mar 13, 2017
1 parent 6fcbca6 commit 7065fad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"no-useless-escape": 0,
"prefer-const": "warn",
"no-unused-vars": "warn",
"no-undef": "warn"
"no-undef": "warn",
"no-lone-blocks": "warn"
}
}

0 comments on commit 7065fad

Please sign in to comment.