mirror of
https://github.com/BradNut/graphbrainz
synced 2025-09-08 17:40:32 +00:00
Fix lint
This commit is contained in:
parent
f9e551a2cf
commit
d60a7eee0c
2 changed files with 2 additions and 1 deletions
|
|
@ -26,6 +26,7 @@
|
|||
"clean:lib": "rm -rf lib",
|
||||
"deploy": "./scripts/deploy.sh",
|
||||
"lint": "standard --verbose | snazzy",
|
||||
"lint:fix": "standard --verbose --fix",
|
||||
"prepublish": "npm run clean:lib && npm run build:lib",
|
||||
"preversion": "npm run update-schema && npm run build:docs && git add schema.json docs",
|
||||
"print-schema": "babel-node scripts/print-schema.js",
|
||||
|
|
|
|||
|
|
@ -47,7 +47,7 @@ function renderObject (type, { skipTitle = false } = {}) {
|
|||
}
|
||||
console.log('<table><thead>')
|
||||
console.log(' <tr>')
|
||||
console.log(' <th align="left">Field</th>');
|
||||
console.log(' <th align="left">Field</th>')
|
||||
console.log(' <th align="right">Argument</th>')
|
||||
console.log(' <th align="left">Type</th>')
|
||||
console.log(' <th align="left">Description</th>')
|
||||
|
|
|
|||
Loading…
Reference in a new issue