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

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

Issue 2717833002: DevTools: use git cl format --js for PRESUBMIT check (Closed)
Patch Set: fix Created 3 years, 10 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/package.json
diff --git a/third_party/WebKit/Source/devtools/package.json b/third_party/WebKit/Source/devtools/package.json
index 1e2519f136129c5ea7f90a6d804a02b69df3434e..e55dd255acd4fd6b8691852aa327211e3dcc64d3 100644
--- a/third_party/WebKit/Source/devtools/package.json
+++ b/third_party/WebKit/Source/devtools/package.json
@@ -9,7 +9,7 @@
"debug-test": "node scripts/npm_test.js --debug-devtools",
"compat-test": "node scripts/npm_test.js --compat-protocol=1.2",
"lint": "eslint front_end",
- "format": "node scripts/format.js",
+ "format": "git cl format --js .",
"closure": "python scripts/compile_frontend.py",
"setup-dtrun": "cd scripts/devtools_run && npm link",
"format-py": "yapf --exclude scripts/build/rjsmin.py -i --recursive scripts PRESUBMIT.py"
@@ -32,9 +32,6 @@
},
"homepage": "https://devtools.chrome.com",
"devDependencies": {
- "eslint": "3.10.0",
- "clang-format": "1.0.45",
- "async": "1.5.2",
- "globby": "6.0.0"
+ "eslint": "3.10.0"
}
}
« no previous file with comments | « third_party/WebKit/Source/devtools/PRESUBMIT.py ('k') | third_party/WebKit/Source/devtools/scripts/clang_format/index.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698