Skip to content

Commit

Permalink
test github formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
davemarco committed Sep 18, 2024
1 parent b6db9a1 commit afb4e12
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 4 deletions.
21 changes: 21 additions & 0 deletions new-log-viewer/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions new-log-viewer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,11 @@
"scripts": {
"build": "webpack --config webpack.prod.js",
"start": "webpack serve --open --config webpack.dev.js",

"lint": "npm run lint:check",
"lint:check": "npm-run-all --sequential --continue-on-error lint:css-check lint:js-check",
"lint:fix": "npm-run-all --sequential --continue-on-error lint:css-fix lint:js-fix",

"lint:css-check": "stylelint src/**/*.css",
"lint:css-ci": "npm run lint:css-check -- --formatter github",
"lint:css-ci": "npm run lint:css-check -- --custom-formatter=stylelint-actions-formatters",
"lint:css-fix": "npm run lint:css-check -- --fix",
"lint:js-check": "eslint src webpack.*.js --max-warnings 0",
"lint:js-fix": "npm run lint:js-check -- --fix"
Expand Down Expand Up @@ -61,6 +59,7 @@
"react-refresh": "^0.14.2",
"style-loader": "^4.0.0",
"stylelint": "^16.9.0",
"stylelint-actions-formatters": "^16.3.1",
"stylelint-config-clean-order": "^6.1.0",
"stylelint-config-standard": "^36.0.1",
"stylelint-prettier": "^5.0.2",
Expand Down
2 changes: 1 addition & 1 deletion new-log-viewer/src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ html {

/* size globals */
--ylv-status-bar-height: 32px;
--ylv-menu-bar-height: 32px;
--ylv-menu-bar-height: 32px;

/* z-index globals
*
Expand Down

0 comments on commit afb4e12

Please sign in to comment.