Skip to content

Commit

Permalink
Update lint rules.
Browse files Browse the repository at this point in the history
  • Loading branch information
Don McCurdy authored and donmccurdy committed Apr 4, 2020
1 parent 771716c commit b290bf7
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,14 @@
"consistent-return": 0,
"no-restricted-syntax": 0,
"no-bitwise": 0,
"no-plusplus": 0
"no-plusplus": 0,
"operator-linebreak": 0,
"no-else-return": 0,
"prefer-destructuring": 0,
"no-multi-assign": 0,
"no-restricted-properties": 0,
"no-return-assign": 0,
"no-restricted-globals": 0
}
}
}

0 comments on commit b290bf7

Please sign in to comment.