From e55bcc1a754184f33781029d09e20ea19d86f123 Mon Sep 17 00:00:00 2001 From: Timo Hocker Date: Tue, 14 Apr 2020 14:53:54 +0200 Subject: [PATCH] fix lint script --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" },