Skip to content

Commit b73ae93

Browse files
committed
fix: removed eslint from examples/demo
1 parent f5475ea commit b73ae93

File tree

3 files changed

+8
-62
lines changed

3 files changed

+8
-62
lines changed

examples/demo/package.json

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,23 +23,14 @@
2323
"react-dom": "^19.0.0"
2424
},
2525
"devDependencies": {
26-
"@eslint/eslintrc": "^3",
2726
"@tailwindcss/postcss": "^4.1.10",
28-
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
2927
"@types/node": "^20",
3028
"@types/react": "^19",
3129
"@types/react-dom": "^19",
32-
"chokidar": "^4.0.3",
33-
"concurrently": "^9.1.2",
34-
"eslint": "^9",
35-
"eslint-config-next": "15.3.3",
36-
"eslint-config-prettier": "^10.1.5",
37-
"eslint-plugin-prettier": "^5.4.1",
3830
"postcss": "^8.5.5",
3931
"prettier": "^3.5.3",
4032
"prettier-plugin-tailwindcss": "^0.6.12",
4133
"tailwindcss": "^4.1.10",
42-
"ts-morph": "^26.0.0",
4334
"typescript": "^5"
4435
}
4536
}

examples/demo/src/app/layout.tsx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@ import { bodyAttributes } from '@zero-ui/attributes';
22
import './globals.css';
33
import { TopBarV2 } from './components/TopBar';
44

5+
export const metadata = {
6+
title: 'React Zero UI Demo',
7+
description: 'React Zero UI Demo',
8+
alternates: {
9+
canonical: process.env.NEXT_PUBLIC_URL,
10+
},
11+
};
12+
513
export default function RootLayout({
614
children,
715
}: Readonly<{

examples/demo/src/hooks/useOffset.ts

Lines changed: 0 additions & 53 deletions
This file was deleted.

0 commit comments

Comments
 (0)