| 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"
|
| }
|
| }
|
|
|