fix lint script

This commit is contained in:
Timo Hocker 2020-04-14 14:55:38 +02:00
parent 201d10b766
commit 45bbf20a64

View File

@ -4,7 +4,7 @@
"description": "scode eslint typescript configuration", "description": "scode eslint typescript 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"
}, },