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

Commit 486779c

Browse files
format the post
1 parent 6bb110a commit 486779c

File tree

2 files changed

+5
-17
lines changed

2 files changed

+5
-17
lines changed

examples/demo-section-blog/postcss.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ module.exports = {
33
tailwindcss: {},
44
autoprefixer: {},
55
},
6-
}
6+
};
Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
{
22
"compilerOptions": {
33
"target": "es5",
4-
"lib": [
5-
"dom",
6-
"dom.iterable",
7-
"esnext"
8-
],
4+
"lib": ["dom", "dom.iterable", "esnext"],
95
"allowJs": true,
106
"skipLibCheck": true,
117
"strict": true,
@@ -18,18 +14,10 @@
1814
"jsx": "preserve",
1915
"incremental": true,
2016
"paths": {
21-
"@/*": [
22-
"./src/*"
23-
]
17+
"@/*": ["./src/*"]
2418
},
2519
"forceConsistentCasingInFileNames": true
2620
},
27-
"include": [
28-
"next-env.d.ts",
29-
"**/*.ts",
30-
"**/*.tsx"
31-
],
32-
"exclude": [
33-
"node_modules"
34-
]
21+
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"],
22+
"exclude": ["node_modules"]
3523
}

0 commit comments

Comments
 (0)