mirror of
https://github.com/electron/electron.git
synced 2026-01-25 23:38:18 -05:00
update npm run lint to include docs
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
"scripts": {
|
||||
"bootstrap": "python ./script/bootstrap.py",
|
||||
"build": "python ./script/build.py -c D",
|
||||
"lint": "npm run lint-js && npm run lint-cpp",
|
||||
"lint": "npm run lint-js && npm run lint-cpp && npm run lint-docs",
|
||||
"lint-js": "standard && cd spec && standard",
|
||||
"lint-cpp": "python ./script/cpplint.py",
|
||||
"lint-docs": "standard-markdown docs",
|
||||
|
||||
Reference in New Issue
Block a user