Skip to content

Commit

Permalink
chore: minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
MathurAditya724 committed Jun 25, 2024
1 parent e9eb9ab commit c9ad073
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 33 deletions.
1 change: 1 addition & 0 deletions apps/sandbox/src/Page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ export const Page: FC<Page> = ({
</h1>
<div class={cardCss}>
{cards.map((card) => (
// biome-ignore lint/correctness/useJsxKeyInIterable: There is no key here
<Card {...card} />
))}
</div>
Expand Down
30 changes: 0 additions & 30 deletions packages/cloudflare/.eslintrc.json

This file was deleted.

4 changes: 3 additions & 1 deletion packages/cloudflare/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,11 @@
"url": "https://github.com/rhinobase/hono-rate-limiter/issues"
},
"peerDependencies": {
"@cloudflare/workers-types": "^4.20240620.0",
"hono": "^4.4.8",
"hono-rate-limiter": "^0.2.1"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20240620.0"
},
"types": "./index.cjs.d.ts"
}
2 changes: 1 addition & 1 deletion packages/cloudflare/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"outputPath": "dist/packages/cloudflare",
"main": "packages/cloudflare/src/index.ts",
"tsConfig": "packages/cloudflare/tsconfig.lib.json",
"rollupConfig": "rollup.config.js",
"assets": [
{
"glob": "packages/cloudflare/README.md",
Expand All @@ -21,7 +22,6 @@
],
"project": "packages/cloudflare/package.json",
"compiler": "swc",
"rollupConfig": "rollup.config.js",
"format": ["cjs", "esm"],
"configurations": {
"production": {
Expand Down
2 changes: 1 addition & 1 deletion packages/cloudflare/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"module": "commonjs",
"module": "esnext",
"forceConsistentCasingInFileNames": true,
"strict": true,
"noImplicitOverride": true,
Expand Down

0 comments on commit c9ad073

Please sign in to comment.