Skip to content
This repository was archived by the owner on Feb 13, 2025. It is now read-only.

Commit 6252953

Browse files
authored
more lint fixes
1 parent 2485a21 commit 6252953

File tree

5 files changed

+74
-74
lines changed

5 files changed

+74
-74
lines changed

.github/workflows/node.js.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ jobs:
1010
build-only:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- name: Checkout
14-
uses: actions/checkout@v4
13+
- name: Checkout
14+
uses: actions/checkout@v4
1515

16-
- name: Setup Node.js
17-
uses: actions/setup-node@v4
18-
with:
19-
node-version: '20.x'
16+
- name: Setup Node.js
17+
uses: actions/setup-node@v4
18+
with:
19+
node-version: "20.x"
2020

21-
- name: Install
22-
run: npm install
21+
- name: Install
22+
run: npm install

app/globals.css

+54-54
Original file line numberDiff line numberDiff line change
@@ -1,76 +1,76 @@
11
@tailwind base;
2-
@tailwind components;
3-
@tailwind utilities;
2+
@tailwind components;
3+
@tailwind utilities;
44

5-
@layer base {
6-
:root {
7-
--background: 0 0% 100%;
8-
--foreground: 222.2 84% 4.9%;
5+
@layer base {
6+
:root {
7+
--background: 0 0% 100%;
8+
--foreground: 222.2 84% 4.9%;
99

10-
--card: 0 0% 100%;
11-
--card-foreground: 222.2 84% 4.9%;
10+
--card: 0 0% 100%;
11+
--card-foreground: 222.2 84% 4.9%;
1212

13-
--popover: 0 0% 100%;
14-
--popover-foreground: 222.2 84% 4.9%;
13+
--popover: 0 0% 100%;
14+
--popover-foreground: 222.2 84% 4.9%;
1515

16-
--primary: 222.2 47.4% 11.2%;
17-
--primary-foreground: 210 40% 98%;
16+
--primary: 222.2 47.4% 11.2%;
17+
--primary-foreground: 210 40% 98%;
1818

19-
--secondary: 210 40% 96.1%;
20-
--secondary-foreground: 222.2 47.4% 11.2%;
19+
--secondary: 210 40% 96.1%;
20+
--secondary-foreground: 222.2 47.4% 11.2%;
2121

22-
--muted: 210 40% 96.1%;
23-
--muted-foreground: 215.4 16.3% 46.9%;
22+
--muted: 210 40% 96.1%;
23+
--muted-foreground: 215.4 16.3% 46.9%;
2424

25-
--accent: 210 40% 96.1%;
26-
--accent-foreground: 222.2 47.4% 11.2%;
25+
--accent: 210 40% 96.1%;
26+
--accent-foreground: 222.2 47.4% 11.2%;
2727

28-
--destructive: 0 84.2% 60.2%;
29-
--destructive-foreground: 210 40% 98%;
28+
--destructive: 0 84.2% 60.2%;
29+
--destructive-foreground: 210 40% 98%;
3030

31-
--border: 214.3 31.8% 91.4%;
32-
--input: 214.3 31.8% 91.4%;
33-
--ring: 222.2 84% 4.9%;
31+
--border: 214.3 31.8% 91.4%;
32+
--input: 214.3 31.8% 91.4%;
33+
--ring: 222.2 84% 4.9%;
3434

35-
--radius: 0.5rem;
36-
}
35+
--radius: 0.5rem;
36+
}
3737

38-
.dark {
39-
--background: 222.2 84% 4.9%;
40-
--foreground: 210 40% 98%;
38+
.dark {
39+
--background: 222.2 84% 4.9%;
40+
--foreground: 210 40% 98%;
4141

42-
--card: 222.2 84% 4.9%;
43-
--card-foreground: 210 40% 98%;
42+
--card: 222.2 84% 4.9%;
43+
--card-foreground: 210 40% 98%;
4444

45-
--popover: 222.2 84% 4.9%;
46-
--popover-foreground: 210 40% 98%;
45+
--popover: 222.2 84% 4.9%;
46+
--popover-foreground: 210 40% 98%;
4747

48-
--primary: 210 40% 98%;
49-
--primary-foreground: 222.2 47.4% 11.2%;
48+
--primary: 210 40% 98%;
49+
--primary-foreground: 222.2 47.4% 11.2%;
5050

51-
--secondary: 217.2 32.6% 17.5%;
52-
--secondary-foreground: 210 40% 98%;
51+
--secondary: 217.2 32.6% 17.5%;
52+
--secondary-foreground: 210 40% 98%;
5353

54-
--muted: 217.2 32.6% 17.5%;
55-
--muted-foreground: 215 20.2% 65.1%;
54+
--muted: 217.2 32.6% 17.5%;
55+
--muted-foreground: 215 20.2% 65.1%;
5656

57-
--accent: 217.2 32.6% 17.5%;
58-
--accent-foreground: 210 40% 98%;
57+
--accent: 217.2 32.6% 17.5%;
58+
--accent-foreground: 210 40% 98%;
5959

60-
--destructive: 0 62.8% 30.6%;
61-
--destructive-foreground: 210 40% 98%;
60+
--destructive: 0 62.8% 30.6%;
61+
--destructive-foreground: 210 40% 98%;
6262

63-
--border: 217.2 32.6% 17.5%;
64-
--input: 217.2 32.6% 17.5%;
65-
--ring: 212.7 26.8% 83.9%;
66-
}
63+
--border: 217.2 32.6% 17.5%;
64+
--input: 217.2 32.6% 17.5%;
65+
--ring: 212.7 26.8% 83.9%;
6766
}
67+
}
6868

69-
@layer base {
70-
* {
71-
@apply border-border;
72-
}
73-
body {
74-
@apply bg-background text-foreground;
75-
}
76-
}
69+
@layer base {
70+
* {
71+
@apply border-border;
72+
}
73+
body {
74+
@apply bg-background text-foreground;
75+
}
76+
}

components.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
"components": "@/components",
1515
"utils": "@/lib/utils"
1616
}
17-
}
17+
}

lib/utils.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
import { type ClassValue, clsx } from "clsx"
2-
import { twMerge } from "tailwind-merge"
1+
import { type ClassValue, clsx } from "clsx";
2+
import { twMerge } from "tailwind-merge";
33

44
export function cn(...inputs: ClassValue[]) {
5-
return twMerge(clsx(inputs))
5+
return twMerge(clsx(inputs));
66
}

tailwind.config.ts

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
import type { Config } from "tailwindcss"
1+
import type { Config } from "tailwindcss";
22

33
const config = {
44
darkMode: ["class"],
55
content: [
6-
'./pages/**/*.{ts,tsx}',
7-
'./components/**/*.{ts,tsx}',
8-
'./app/**/*.{ts,tsx}',
9-
'./src/**/*.{ts,tsx}',
10-
],
6+
"./pages/**/*.{ts,tsx}",
7+
"./components/**/*.{ts,tsx}",
8+
"./app/**/*.{ts,tsx}",
9+
"./src/**/*.{ts,tsx}",
10+
],
1111
prefix: "",
1212
theme: {
1313
container: {
@@ -75,6 +75,6 @@ const config = {
7575
},
7676
},
7777
plugins: [require("tailwindcss-animate")],
78-
} satisfies Config
78+
} satisfies Config;
7979

80-
export default config
80+
export default config;

0 commit comments

Comments
 (0)