fix lint script

This commit is contained in:
Timo Hocker 2020-04-14 14:59:26 +02:00
parent 55c3b4d762
commit ca5b8fbb67

View File

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