diff --git a/.eslintrc.js b/.eslintrc.js index 4253c15..65c8bee 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -36,4 +36,4 @@ module.exports = { sourceType: "module", }, }; -// eslint-disable-next-line no-undef +// eslint-disable-next-line no-undef \ No newline at end of file diff --git a/.husky/pre-commit b/.husky/pre-commit index fd8328c..d075bf2 100644 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -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' \ No newline at end of file diff --git a/app/layout.js b/app/layout.js index bc57600..de83ef0 100644 --- a/app/layout.js +++ b/app/layout.js @@ -20,4 +20,4 @@ export default function RootLayout({ children }) { ); -} +} \ No newline at end of file diff --git a/app/page.js b/app/page.js index adae37d..ad8324a 100644 --- a/app/page.js +++ b/app/page.js @@ -12,4 +12,4 @@ export default function Home() { ); -} +} \ No newline at end of file