Browse Source

Allow tertiary statements in one line arrow functions

pull/1/head
Luke Childs 8 years ago
parent
commit
6432c74bf5
  1. 2
      index.js

2
index.js

@ -76,7 +76,7 @@ module.exports = {
"no-bitwise": "error",
"no-caller": "error",
"no-catch-shadow": "error",
"no-confusing-arrow": "error",
"no-confusing-arrow": "off",
"no-continue": "error",
"no-div-regex": "error",
"no-duplicate-imports": "error",

Loading…
Cancel
Save