Skip to content

Commit

Permalink
test string
Browse files Browse the repository at this point in the history
  • Loading branch information
davemarco committed Sep 18, 2024
1 parent 460edec commit 1582525
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion new-log-viewer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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\""
},
Expand Down

0 comments on commit 1582525

Please sign in to comment.