Add linter and minor bug fixes (#107)

This commit is contained in:
Simon Lecoq
2021-02-05 23:45:48 +01:00
committed by GitHub
parent 61e2f6e1a1
commit 882a93dea5
74 changed files with 1544 additions and 712 deletions

View File

@@ -8,7 +8,8 @@
"test": "npx jest",
"index": "node .github/index.mjs",
"upgrade": "npm install @actions/core@latest @actions/github@latest @octokit/graphql@latest @octokit/rest@latest axios@latest compression@latest ejs@latest express@latest express-rate-limit@latest faker@latest image-to-base64@latest js-yaml@latest memory-cache@latest prismjs@latest puppeteer@latest svgo@latest vue@latest jest@latest libxmljs@latest",
"quickstart": "node .github/quickstart/index.mjs"
"quickstart": "node .github/quickstart/index.mjs",
"linter": "npx eslint source/**/*.mjs"
},
"repository": {
"type": "git",
@@ -43,6 +44,7 @@
"vue-prism-component": "^1.2.0"
},
"devDependencies": {
"eslint": "^7.19.0",
"jest": "^26.6.3",
"libxmljs": "^0.19.7"
},