Skip to content

Commit

Permalink
chore: update lint-staged to 15.4.0
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Davids <[email protected]>
  • Loading branch information
sdavids committed Jan 16, 2025
1 parent c597c6d commit 3d17198
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions hp/lint-staged.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
// https://github.com/okonet/lint-staged#configuration

// noinspection JSUnusedGlobalSymbols
/** @type {import('lint-staged').Configuration} */
export default {
'*.{js,mjs}': ['eslint'],
'../**/*.{css,html,js,json,mjs,webmanifest}': ['prettier --check'],
Expand Down
8 changes: 4 additions & 4 deletions hp/package-lock.json

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

2 changes: 1 addition & 1 deletion hp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"husky": "9.1.7",
"is-ci": "4.1.0",
"lightningcss-cli": "1.29.1",
"lint-staged": "15.3.0",
"lint-staged": "15.4.0",
"minify-xml": "4.5.2",
"prettier": "3.4.2",
"prettier-plugin-tailwindcss": "0.6.9",
Expand Down

0 comments on commit 3d17198

Please sign in to comment.