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

Unified Diff: common/eslint/.eslintrc

Issue 2390373003: Change all == to === and != to !== in trace viewer. (Closed)
Patch Set: more changes from code review 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 | tracing/tracing/base/color.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: common/eslint/.eslintrc
diff --git a/common/eslint/.eslintrc b/common/eslint/.eslintrc
index 07c9181229be07df70c6361738967e0397ea68d7..3f966be356910ef8500e13fcab30822f063c6ba6 100644
--- a/common/eslint/.eslintrc
+++ b/common/eslint/.eslintrc
@@ -18,7 +18,7 @@
"default-case": "off",
"dot-location": "off",
"dot-notation": "off",
- "eqeqeq": "off",
+ "eqeqeq": "error",
"generator-star-spacing": "off",
"guard-for-in": "off",
"handle-callback-err": "off",
« no previous file with comments | « no previous file | tracing/tracing/base/color.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698