Skip to content

Commit

Permalink
Update lint script configurations.
Browse files Browse the repository at this point in the history
  • Loading branch information
junhaoliao committed Sep 18, 2024
1 parent dbd2e87 commit c597457
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions new-log-viewer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,10 @@
"start": "webpack serve --open --config webpack.dev.js",

"lint": "npm run lint:check",
"lint:check": "npm-run-all --sequential --continue-on-error lint:check:**",
"lint:fix": "npm-run-all \"lint:check:** -- --fix\"",

"lint:check:css": "stylelint src/**/*.css --custom-formatter=stylelint-actions-formatters",
"lint:check:js": "eslint src webpack.*.js --max-warnings 0"
"lint:check": "npm-run-all --sequential --continue-on-error lint:check:*",
"lint:check:css": "stylelint src/**/*.css --formatter github",
"lint:check:js": "eslint src webpack.*.js --max-warnings 0",
"lint:fix": "npm-run-all --parallel --continue-on-error \"lint:check:* -- --fix\""
},
"repository": {
"type": "git",
Expand Down

0 comments on commit c597457

Please sign in to comment.