fix lint script

This commit is contained in:
Timo Hocker 2020-04-14 14:54:19 +02:00
parent 05793341e2
commit accdb797ab

View File

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