Skip to content

Commit

Permalink
Update ESLint rules
Browse files Browse the repository at this point in the history
  • Loading branch information
homer0 committed Jun 24, 2018
1 parent 29955e8 commit 23aba86
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
"import/no-extraneous-dependencies": "off",
"function-paren-newline": "off",
"arrow-parens": ["error", "always"],
"no-plusplus": "off"
"no-plusplus": "off",
"lines-between-class-members": "off",
"operator-linebreak": ["error", "after"]
}
}

0 comments on commit 23aba86

Please sign in to comment.