Skip to content

Commit

Permalink
Typo: replace=>replace it
Browse files Browse the repository at this point in the history
  • Loading branch information
qmonmert committed Jan 8, 2025
1 parent 95a7a69 commit 3d7defa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/resources/generator/init/.lintstagedrc.cjs
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module.exports = {
'*': [], //default configuration, replace with your own
'*': [], //default configuration, replace it with your own
};
2 changes: 1 addition & 1 deletion src/test/resources/projects/init/.lintstagedrc.empty.cjs
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module.exports = {
'*': [], //default configuration, replace with your own
'*': [], //default configuration, replace it with your own
};

0 comments on commit 3d7defa

Please sign in to comment.