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

Unified Diff: third_party/WebKit/Source/devtools/package.json

Issue 2464283002: DevTools: clang format all the source + clang config landed (2) (Closed)
Patch Set: Created 4 years, 1 month 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/package.json
diff --git a/third_party/WebKit/Source/devtools/package.json b/third_party/WebKit/Source/devtools/package.json
index 28395edae126a1eb3e9a6def88d352140aef0d74..3157b676107575bb32399953de51d5e47c620264 100644
--- a/third_party/WebKit/Source/devtools/package.json
+++ b/third_party/WebKit/Source/devtools/package.json
@@ -8,7 +8,7 @@
"test": "node scripts/npm_test.js",
"test:build": "node scripts/npm_test.js --build-only",
"test:run": "node scripts/npm_test.js --test-only",
- "lint": "eslint -c front_end/.eslintrc.js --ignore-path front_end/.eslintignore front_end"
+ "lint": "eslint front_end"
},
"repository": {
"type": "git",
@@ -28,6 +28,7 @@
},
"homepage": "https://devtools.chrome.com",
"devDependencies": {
- "eslint": "3.9.1"
+ "eslint": "3.9.1",
+ "clang-format": "^1.0.45"
}
}

Powered by Google App Engine
This is Rietveld 408576698