Skip to content

Commit

Permalink
disable react/jsx-one-expression-per-line until jsx-eslint/eslint-plu…
Browse files Browse the repository at this point in the history
…gin-react#1848 is resolved
  • Loading branch information
ryanwalters committed Jul 18, 2018
1 parent 037b575 commit f2090ff
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ module.exports = {
"beforeLineComment": true,
"afterLineComment": true
}],
"lines-between-class-members": ["error", {
"exceptAfterSingleLine": true
}],
"max-len": 0,
"newline-before-return": "error",
"newline-after-var": "error",
Expand All @@ -29,8 +32,6 @@ module.exports = {
"radix": 0,
"space-before-blocks": "error",
"react/jsx-filename-extension": 0,
"lines-between-class-members": ["error", {
"exceptAfterSingleLine": true
}]
"react/jsx-one-expression-per-line": 0
},
};

0 comments on commit f2090ff

Please sign in to comment.