fix lint script

This commit is contained in:
Timo Hocker 2020-04-14 14:58:07 +02:00
parent 8b156a7249
commit 1f86a3fe3b

View File

@ -14,7 +14,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"