Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(98)

Unified Diff: .eslintrc

Issue 2439593004: Turn on eslint rule key-spacing and fix existing errors. (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | dashboard/dashboard/elements/report-page-test.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: .eslintrc
diff --git a/.eslintrc b/.eslintrc
index 2882258a48b36e6e994caa7d4258311a3967f6e2..eb178137f0c076c1f5e048479c578d9c6d1e7822 100644
--- a/.eslintrc
+++ b/.eslintrc
@@ -23,7 +23,7 @@
"guard-for-in": "off",
"handle-callback-err": "off",
"indent": "off",
- "key-spacing": "off",
+ "key-spacing": "error",
"keyword-spacing": "error",
"max-len": ["error", {
"ignorePattern": "((// @suppress longLineCheck)|:)$",
« no previous file with comments | « no previous file | dashboard/dashboard/elements/report-page-test.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698