Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: package.json

Issue 29991555: Issue 7085 - Use newer eslint-config-eyeo and eslint (Closed) Base URL: https://hg.adblockplus.org/adblockpluscore/
Patch Set: Created Jan. 28, 2019, 1:33 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: package.json
===================================================================
--- a/package.json
+++ b/package.json
@@ -2,29 +2,29 @@
"name": "adblockpluscore",
"repository": "https://hg.adblockplus.org/adblockpluscore",
"license": "GPL-3.0",
"dependencies": {},
"devDependencies": {
"chrome-remote-interface": "^0.20.0",
"chromedriver": "2.36.0",
"dmg": "0.1.0",
- "eslint": "^3.19.0",
- "eslint-config-eyeo": "1.0.4",
+ "eslint": "^5.1.0",
hub 2019/01/28 13:35:45 we need a more recent version too. This is the one
+ "eslint-config-eyeo": "^2.1.0",
"extract-zip": "1.6.5",
"geckodriver": "^1.9.0",
"memory-fs": "0.4.1",
"ncp": "2.0.0",
"nodeunit": "0.9.1",
"request": "^2.88.0",
"sandboxed-module": "2.0.3",
"script-loader": "0.7.0",
"selenium-webdriver": "^4.0.0-alpha",
"webpack": "3.5.4"
},
"scripts": {
- "eslint": "eslint *.js lib test chrome build",
+ "eslint": "eslint *.js lib test build",
hub 2019/01/28 13:35:45 the `chrome` directory no longer has any .js and e
"test": "node test_runner.js",
"posttest": "npm run eslint",
"resources": "node build/make_resource.js",
"updatepsl": "node build/updatepsl.js"
}
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld