mirror of
https://github.com/docker/docs.git
synced 2026-03-27 06:18:55 +07:00
Change npm script for lint to eslint
Signed-off-by: Clement Ho <ClemMakesApps@gmail.com>
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
"integration": "jest -c jest-integration.json",
|
||||
"release": "grunt release",
|
||||
"release-verbose": "grunt --verbose release",
|
||||
"lint": "jsxhint src"
|
||||
"lint": "eslint src"
|
||||
},
|
||||
"license": "Apache-2.0",
|
||||
"electron-version": "0.35.4",
|
||||
|
||||
Reference in New Issue
Block a user