Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

style: format code with Prettier #2

Merged
merged 1 commit into from
Jun 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
- [ ] 🌟 Enable [private vulnerability reporting](https://github.com/react18-tools/nextjs-darkmode/security)
- [ ] Set up `CodeCov`
- Visit Codecov and set up your repo
- Create [repository secret]((https://github.com/react18-tools/nextjs-darkmode/settings/secrets/actions)) for `CODECOV_TOKEN`
- Create [repository secret](<(https://github.com/react18-tools/nextjs-darkmode/settings/secrets/actions)>) for `CODECOV_TOKEN`
- [ ] Set up `CodeClimate`
- Visit CodeClimate and set up your repo
- Create [repository secret] for `CC_TEST_REPORTER_ID`
Expand Down
2 changes: 1 addition & 1 deletion lib/src/hooks/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// hooks exports
export * from "./use-mode";
export * from "./use-mode";
2 changes: 1 addition & 1 deletion lib/src/server/server-target/server-target.module.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
.server-target {
/* create your container styles here */
}
}
Loading