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

Unified Diff: third_party/WebKit/Source/devtools/front_end/.eslintrc.js

Issue 1992383002: DevTools: add eslint as presubmit hook (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address comments Created 4 years, 7 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
Index: third_party/WebKit/Source/devtools/front_end/.eslintrc.js
diff --git a/third_party/WebKit/Source/devtools/front_end/.eslintrc.js b/third_party/WebKit/Source/devtools/front_end/.eslintrc.js
index af920939d75433906c9a8aa15d1a16f27522cf6f..8ea4889323b223cf76618a706802853d353ef378 100644
--- a/third_party/WebKit/Source/devtools/front_end/.eslintrc.js
+++ b/third_party/WebKit/Source/devtools/front_end/.eslintrc.js
@@ -16,7 +16,6 @@ module.exports = {
* Severity: 2 == error, 1 == warning, 0 == off.
*/
"rules": {
-
/**
* Enforced rules
*/
@@ -28,7 +27,6 @@ module.exports = {
}],
"comma-style": [2, "last"],
"wrap-iife": [2, "inside"],
- "yoda": [2, "never"],
"spaced-comment": [2, "always", {
"markers": ["*"]
}],

Powered by Google App Engine
This is Rietveld 408576698