Skip to content

Commit

Permalink
removed the external package.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
Nandini-281004 committed Jul 30, 2024
2 parents 0a87b21 + 38b5a66 commit bf310da
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 42 deletions.
4 changes: 0 additions & 4 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,3 @@ indent_size = 2

[*.md]
trim_trailing_whitespace = false

# Make sure this file _doesn’t_ end with a final newline. It breaks rendering.
[wagtail/admin/templates/wagtailadmin/shared/icon.html]
insert_final_newline = false
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# low-carbon-template
# low-carbon-template
1 change: 0 additions & 1 deletion frontend/.prettierrc
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"semi": true,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "all",
"printWidth": 80
}
6 changes: 3 additions & 3 deletions frontend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ This project uses [`next/font`](https://nextjs.org/docs/basic-features/font-opti

To learn more about Next.js, take a look at the following resources:

- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.
- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.

You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome!

Expand All @@ -37,4 +37,4 @@ Check out our [Next.js deployment documentation](https://nextjs.org/docs/deploym

## Credits

- **Icon Source:** Icons from [NextUI Documentation](https://nextui.org/docs/components/switch).
- **Icon Source:** Icons from [NextUI Documentation](https://nextui.org/docs/components/switch).
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"lint": "next lint && prettier --check .",
"format": "prettier --write ."
},
"dependencies": {
Expand Down
27 changes: 0 additions & 27 deletions package-lock.json

This file was deleted.

5 changes: 0 additions & 5 deletions package.json

This file was deleted.

0 comments on commit bf310da

Please sign in to comment.