From b12a531c492f44eb992888e0dfd84fe2d6823c40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Mond=C3=A9jar?= Date: Mon, 18 May 2020 14:02:47 +0200 Subject: [PATCH] Avoid to run svglint for icons/*.js files. (#3083) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fd5cb397..a2aab29e 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "lint": "run-s our-lint jsonlint svglint wslint", "our-lint": "node scripts/lint.js", "jsonlint": "jsonlint _data/simple-icons.json -q -V .jsonlintschema", - "svglint": "svglint icons/* --ci", + "svglint": "svglint icons/*.svg --ci", "wslint": "editorconfig-checker -exclude \\.svg$", "prepublishOnly": "npm run build", "postpublish": "npm run clean",