chore: fix linter issues [skip ci]

This commit is contained in:
lowlighter
2022-01-14 01:50:26 -05:00
parent 7ae9935efd
commit 43dac8a8dc
2 changed files with 31 additions and 16 deletions

View File

@@ -13,7 +13,8 @@
"format": "eslint source/**/*.mjs --fix",
"dev": "nodemon source/app/web/index.mjs -e mjs,css,ejs,json",
"postinstall": "node node_modules/puppeteer/install.js",
"indepth": "node source/plugins/languages/analyzers.mjs"
"indepth": "node source/plugins/languages/analyzers.mjs",
"autogen": "node .github/examples.mjs"
},
"repository": {
"type": "git",