From 6b31394de6d7060a937bdf68331b851004dc7ffc Mon Sep 17 00:00:00 2001 From: alistair3149 Date: Sat, 28 Dec 2019 19:13:50 -0500 Subject: [PATCH] Attempt to fix autofix --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 012246c9..7330df9a 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "scripts": { "test": "grunt test", "doc": "jsdoc resources/main.js -c jsdoc.json -r", - "fix": "stylelint '**' --fix" + "fix": "stylelint '**/*.less' '**/*.css' --fix" }, "devDependencies": { "eslint-config-wikimedia": "0.15.0",