fix lint script

This commit is contained in:
Timo Hocker 2020-04-14 14:53:54 +02:00
parent 75f13ac6cc
commit e55bcc1a75

View File

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