fix lint script

This commit is contained in:
Timo Hocker 2020-04-14 14:54:43 +02:00
parent e8c65abf49
commit e26d2be309

View File

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