Skip to content
Snippets Groups Projects
Commit e7777600 authored by Alex Yang's avatar Alex Yang Committed by GitHub
Browse files

style: prettier format (#304)

parent 1752b927
No related branches found
No related tags found
No related merge requests found
...@@ -58,4 +58,4 @@ ...@@ -58,4 +58,4 @@
"engines": { "engines": {
"node": ">=16.14.0" "node": ">=16.14.0"
} }
} }
\ No newline at end of file
{ {
"extends": "eslint:recommended" "extends": "eslint:recommended"
} }
\ No newline at end of file
...@@ -7,4 +7,4 @@ ...@@ -7,4 +7,4 @@
"skipLibCheck": true, "skipLibCheck": true,
"moduleResolution": "node" "moduleResolution": "node"
} }
} }
\ No newline at end of file
{ {
"extends": "eslint:recommended" "extends": "eslint:recommended"
} }
\ No newline at end of file
...@@ -7,4 +7,4 @@ ...@@ -7,4 +7,4 @@
"skipLibCheck": true, "skipLibCheck": true,
"moduleResolution": "node" "moduleResolution": "node"
} }
} }
\ No newline at end of file
{ {
"compilerOptions": { "compilerOptions": {
"target": "es5", "target": "es5",
"lib": [ "lib": ["dom", "dom.iterable", "esnext"],
"dom",
"dom.iterable",
"esnext"
],
"allowJs": true, "allowJs": true,
"skipLibCheck": true, "skipLibCheck": true,
"strict": true, "strict": true,
...@@ -23,19 +19,10 @@ ...@@ -23,19 +19,10 @@
} }
], ],
"paths": { "paths": {
"@/*": [ "@/*": ["./*"]
"./*"
]
}, },
"forceConsistentCasingInFileNames": true, "forceConsistentCasingInFileNames": true
}, },
"include": [ "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],
"next-env.d.ts", "exclude": ["node_modules"]
"**/*.ts", }
"**/*.tsx",
".next/types/**/*.ts"
],
"exclude": [
"node_modules"
]
}
\ No newline at end of file
...@@ -7,8 +7,5 @@ ...@@ -7,8 +7,5 @@
"esModuleInterop": true, "esModuleInterop": true,
"skipLibCheck": false "skipLibCheck": false
}, },
"exclude": [ "exclude": ["templates", "dist"]
"templates", }
"dist"
]
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment