From 773d0f60624cdb52a979cc53f0cdcd6e1d251360 Mon Sep 17 00:00:00 2001 From: Mauro Reis Vieira Date: Thu, 21 Mar 2019 15:58:05 +0000 Subject: [PATCH] fix: added lint in schemes files. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a9c20993..a94a7bde 100755 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "build:themes": "gulp themes", "build:schemes": "gulp schemes", "build:icons": "gulp icons", - "lint": "eslint \"*.js\" \"src/**/*.json\" \"src/**/**/*.json\" \"gulp-tasks/*.js\"", + "lint": "eslint \"*.js\" \"src/**/*.json\" \"src/**/**/*.json\" \"src/**/**/**/*.json\" \"gulp-tasks/*.js\"", "lint:fix": "./node_modules/.bin/eslint src/**/*.json --fix", "test": "echo \"Error: no test specified\" && exit 1" },