fix lint script

This commit is contained in:
Timo Hocker 2020-04-14 14:57:01 +02:00
parent 206c1ec571
commit 7fc4a2abf8

View File

@ -7,7 +7,7 @@
"snippeteer": "./index.js"
},
"scripts": {
"lint": "eslint .",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx,.vue,.mjs",
"ci": "yarn --frozen-lockfile && node jenkins.js",
"test": "echo \"no test\""
},