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

Unified Diff: package.json

Issue 30045555: Noissue - Rename eslint command to lint (Closed) Base URL: https://hg.adblockplus.org/adblockpluscore/
Patch Set: Added info in README Created April 16, 2019, 2:44 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 | « README.md ('k') | 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
@@ -19,16 +19,16 @@
"sandboxed-module": "2.0.3",
"script-loader": "0.7.0",
"selenium-webdriver": "^4.0.0-alpha",
"untar-memory": "^1.2.0",
"webpack": "3.5.4"
},
"scripts": {
"docs": "jsdoc --configure .jsdoc.conf --destination docs lib",
- "eslint": "eslint *.js lib test build",
+ "lint": "eslint *.js lib test build",
"test": "node test_runner.js",
- "posttest": "npm run eslint",
+ "posttest": "npm run lint",
"resources": "node build/make_resource.js",
"updatepsl": "node build/updatepsl.js",
"update-subscriptions": "node build/updateSubscriptions.js"
}
}
« no previous file with comments | « README.md ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld