fix lint script

This commit is contained in:
Timo Hocker 2020-04-14 14:57:47 +02:00
parent 7e68e45ec4
commit 7fc5cebb67

View File

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