mirror of
https://github.com/electron/electron.git
synced 2026-01-09 15:38:08 -05:00
add npm script to lint all javascript blocks in the docs using standard
This commit is contained in:
@@ -4,7 +4,8 @@
|
||||
"devDependencies": {
|
||||
"asar": "^0.11.0",
|
||||
"request": "*",
|
||||
"standard": "^7.1.2"
|
||||
"standard": "^7.1.2",
|
||||
"standard-markdown": "^1.0.3"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"runas": "^3.0.0"
|
||||
@@ -26,6 +27,7 @@
|
||||
"lint": "npm run lint-js && npm run lint-cpp",
|
||||
"lint-js": "standard && cd spec && standard",
|
||||
"lint-cpp": "python ./script/cpplint.py",
|
||||
"lint-docs": "standard-markdown docs",
|
||||
"preinstall": "node -e 'process.exit(0)'",
|
||||
"repl": "python ./script/start.py --interactive",
|
||||
"start": "python ./script/start.py",
|
||||
|
||||
Reference in New Issue
Block a user