fix lint script

This commit is contained in:
Timo Hocker 2020-04-14 14:58:42 +02:00
parent da6d91e7a4
commit e0330eab20

View File

@ -9,7 +9,7 @@
"eslint": "^6.8.0" "eslint": "^6.8.0"
}, },
"scripts": { "scripts": {
"lint": "eslint .", "lint": "eslint . --ext .js,.jsx,.ts,.tsx,.vue,.mjs",
"test": "echo \"no test\"", "test": "echo \"no test\"",
"ci": "yarn && node jenkins.js" "ci": "yarn && node jenkins.js"
}, },