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\"" },