Skip to content

Commit

Permalink
Merge pull request #55 from VanshikaSabharwal/draw
Browse files Browse the repository at this point in the history
Husky added
  • Loading branch information
dhruvpatidar359 authored May 18, 2024
2 parents c685fc0 + 1a42fac commit b4c0cc9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ module.exports = {
sourceType: "module",
},
};
// eslint-disable-next-line no-undef
// eslint-disable-next-line no-undef
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ npm run check-lint ||
echo 'eslint check failed. '
false;
)
echo 'All Done I am committing this now'
echo 'All Done I am committing this now'
2 changes: 1 addition & 1 deletion app/layout.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ export default function RootLayout({ children }) {
</body>
</html>
);
}
}
2 changes: 1 addition & 1 deletion app/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ export default function Home() {
</Provider>
</main>
);
}
}

0 comments on commit b4c0cc9

Please sign in to comment.