Skip to content

Commit

Permalink
Updated eslint rules
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesús Ángel committed Jul 23, 2018
1 parent b02c694 commit 5294c7f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,12 @@
"parser": "babel-eslint",
"rules": {
"node/exports-style": ["error", "module.exports"],
"semi": 2,
"semi": 0,
"no-console": 0,
"no-process-exit": 0,
"node/no-unpublished-require": 0,
"node/no-unsupported-features": 0,
"node/no-unsupported-features/es-syntax": 0,
"no-extra-boolean-cast": 0,
"no-cond-assign": 0
},
Expand Down

0 comments on commit 5294c7f

Please sign in to comment.