This commit is contained in:
Timo Hocker 2020-04-24 09:49:22 +02:00
parent 6bf85f1605
commit b586e57fd7
3 changed files with 3384 additions and 3384 deletions

View File

@ -12,7 +12,7 @@
"typescript": "^3.8.3"
},
"scripts": {
"lint": "eslint .",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx,.vue,.mjs",
"test": "nyc ava",
"ci": "yarn && node jenkins.js"
}