From 158252559c7167d2ab048977973be5e7ef0922bd Mon Sep 17 00:00:00 2001 From: Dave Marco Date: Wed, 18 Sep 2024 14:42:23 +0000 Subject: [PATCH] test string --- new-log-viewer/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/new-log-viewer/package.json b/new-log-viewer/package.json index a2f90f41..5fc76c91 100644 --- a/new-log-viewer/package.json +++ b/new-log-viewer/package.json @@ -9,7 +9,7 @@ "lint": "npm run lint:check", "lint:check": "npm-run-all --sequential --continue-on-error lint:check:*", - "lint:check:css": "stylelint src/**/*.css --formatter github", + "lint:check:css": "stylelint src/**/*.css", "lint:check:js": "eslint src webpack.*.js --max-warnings 0", "lint:fix": "npm-run-all --parallel --continue-on-error \"lint:check:* -- --fix\"" },