turn on "curly" rule for eslint

This commit is contained in:
Zack Schuster 2018-06-04 09:39:26 -07:00
parent 7e125eb085
commit 4b66f854e4
1 changed files with 4 additions and 0 deletions

View File

@ -12,6 +12,10 @@
"plugin:prettier/recommended"
],
"rules": {
"curly": [
"error",
"all"
],
"linebreak-style": [
"error",
"unix"