Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: eslint-config-eyeo/index.js

Issue 29384022: Issue 4993 - Apply operator-linebreak ESLint rule consistently (Closed)
Patch Set: Created March 15, 2017, 4:09 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: eslint-config-eyeo/index.js
diff --git a/eslint-config-eyeo/index.js b/eslint-config-eyeo/index.js
index a718753770b2be8447660ed16e7234426983f446..dee436661d6ef2c2feae2d088213ced0be51f2b6 100644
--- a/eslint-config-eyeo/index.js
+++ b/eslint-config-eyeo/index.js
@@ -84,7 +84,7 @@ module.exports = {
}],
"one-var": ["error", "never"],
"operator-assignment": "error",
- "operator-linebreak": "error",
+ "operator-linebreak": ["error", "after"],
"padded-blocks": ["error", "never"],
"prefer-arrow-callback": "error",
"prefer-destructuring": ["error", {array: false}],
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld