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

Side by Side Diff: third_party/WebKit/Source/devtools/package.json

Issue 2338753003: DevTools: Make eslint mandatory and check node.js/npm modules in presubmit (Closed)
Patch Set: Fix node.py 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 unified diff | Download patch
OLDNEW
1 { 1 {
2 "name": "chrome-devtools-frontend", 2 "name": "chrome-devtools-frontend",
3 "description": "Chrome DevTools UI", 3 "description": "Chrome DevTools UI",
4 "scripts": { 4 "scripts": {
5 "start": "node scripts/start_chrome_and_server.js", 5 "start": "node scripts/start_chrome_and_server.js",
6 "chrome": "node scripts/chrome_debug_launcher/launch_chrome.js", 6 "chrome": "node scripts/chrome_debug_launcher/launch_chrome.js",
7 "server": "node scripts/hosted_mode/server.js", 7 "server": "node scripts/hosted_mode/server.js",
8 "test": "echo \"Error: no test specified\" && exit 1", 8 "test": "echo \"Error: no test specified\" && exit 1",
9 "lint": "eslint -c front_end/.eslintrc.js --ignore-path front_end/.eslintign ore front_end" 9 "lint": "eslint -c front_end/.eslintrc.js --ignore-path front_end/.eslintign ore front_end"
10 }, 10 },
11 "repository": { 11 "repository": {
12 "type": "git", 12 "type": "git",
13 "url": "git+https://github.com/ChromeDevTools/devtools-frontend.git" 13 "url": "git+https://github.com/ChromeDevTools/devtools-frontend.git"
14 }, 14 },
15 "keywords": [ 15 "keywords": [
16 "devtools", 16 "devtools",
17 "chrome", 17 "chrome",
18 "chromium", 18 "chromium",
19 "blink", 19 "blink",
20 "debugger" 20 "debugger"
21 ], 21 ],
22 "author": "The Chromium Authors", 22 "author": "The Chromium Authors",
23 "license": "SEE LICENSE IN https://chromium.googlesource.com/chromium/src/+/ma ster/LICENSE", 23 "license": "SEE LICENSE IN https://chromium.googlesource.com/chromium/src/+/ma ster/LICENSE",
24 "bugs": { 24 "bugs": {
25 "url": "https://bugs.chromium.org/p/chromium/issues/list?can=2&q=component:P latform%3EDevTools%20&sort=-opened&colspec=ID%20Stars%20Owner%20Summary%20Modifi ed%20Opened" 25 "url": "https://bugs.chromium.org/p/chromium/issues/list?can=2&q=component:P latform%3EDevTools%20&sort=-opened&colspec=ID%20Stars%20Owner%20Summary%20Modifi ed%20Opened"
26 }, 26 },
27 "homepage": "https://devtools.chrome.com" 27 "homepage": "https://devtools.chrome.com",
28 "devDependencies": {
29 "eslint": "3.5.0"
30 }
28 } 31 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/devtools/PRESUBMIT.py ('k') | third_party/WebKit/Source/devtools/scripts/buildbot/node.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698