diff --git a/package.json b/package.json index b13fbd6..67bc01e 100644 --- a/package.json +++ b/package.json @@ -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" },