fix lint script

This commit is contained in:
Timo Hocker 2020-04-14 14:58:27 +02:00
parent 63196f5932
commit 164e0aa491

View File

@ -13,7 +13,7 @@
"nyc": "^15.0.0"
},
"scripts": {
"lint": "eslint .",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx,.vue,.mjs",
"test": "nyc ava",
"ci": "yarn && node jenkins.js",
"mutate": "stryker run"