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

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

Issue 29377837: Issue 3692 - Remove curly ESLint rule (Closed)
Patch Set: Created March 3, 2017, 10:03 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 279f857bdab7cd5a1cbadf9f46dd825de4d7a7ea..a718753770b2be8447660ed16e7234426983f446 100644
--- a/eslint-config-eyeo/index.js
+++ b/eslint-config-eyeo/index.js
@@ -35,7 +35,6 @@ module.exports = {
"comma-spacing": "error",
"comma-style": "error",
"computed-property-spacing": "error",
- "curly": ["error", "multi-or-nest"],
"eol-last": "error",
"func-call-spacing": "error",
"indent": ["error", 2, {SwitchCase: 1, ArrayExpression: "first"}],
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld