mirror of https://github.com/docker/docs.git
Change npm script for lint to eslint
Signed-off-by: Clement Ho <ClemMakesApps@gmail.com>
This commit is contained in:
parent
0436f5f968
commit
d03375f750
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue