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

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

Issue 29496566: Issue 5429 - Upgrade to ESLint 4 (Closed)
Patch Set: Created July 24, 2017, 10:33 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 | eslint-config-eyeo/package.json » ('j') | eslint-config-eyeo/package.json » ('J')
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 eec5ed72d582d32c3b4178ee49c7af76790f54a4..88c2103f5f2f7dde59d1ba16ae01cb806ff53258 100644
--- a/eslint-config-eyeo/index.js
+++ b/eslint-config-eyeo/index.js
@@ -40,7 +40,7 @@ module.exports = {
"computed-property-spacing": "error",
"eol-last": "error",
"func-call-spacing": "error",
- "indent": ["error", 2, {SwitchCase: 1, ArrayExpression: "first"}],
+ "indent-legacy": ["error", 2, {SwitchCase: 1, ArrayExpression: "first"}],
"key-spacing": "error",
"keyword-spacing": "error",
"linebreak-style": "error",
@@ -64,7 +64,7 @@ module.exports = {
"no-labels": ["error", {allowLoop: true}],
"no-lone-blocks": "error",
"no-lonely-if": "error",
- "no-multi-spaces": "error",
+ "no-multi-spaces": ["error", {ignoreEOLComments: true}],
"no-new-func": "error",
"no-new-object": "error",
"no-proto": "error",
« no previous file with comments | « no previous file | eslint-config-eyeo/package.json » ('j') | eslint-config-eyeo/package.json » ('J')

Powered by Google App Engine
This is Rietveld