Skip to content

Commit

Permalink
style: raise errors from missing semicolons (eslint changes reverted)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sefriol committed Jun 22, 2020
1 parent 2b1a8e9 commit cb2ffbd
Show file tree
Hide file tree
Showing 7 changed files with 513 additions and 509 deletions.
4 changes: 4 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
{
"extends": "standard",
"rules": {
"semi": [
"error",
"always"
],
"camelcase": [
"error",
{
Expand Down
Loading

0 comments on commit cb2ffbd

Please sign in to comment.