Skip to content

Commit

Permalink
Update lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
SanderKnauff committed Jan 25, 2024
1 parent 597be10 commit 31478da
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/.lintstagedrc.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"*.js": "eslint --cache --fix",
"*.hbs": "ember-template-lint"
"*.hbs": "ember-template-lint --fix"
}
6 changes: 3 additions & 3 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion test-app/.lintstagedrc.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"*.js": "eslint --cache --fix",
"*.hbs": "ember-template-lint"
"*.hbs": "ember-template-lint --fix"
}

0 comments on commit 31478da

Please sign in to comment.