mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-07-15 07:17:00 +10:00
update webfontlist.json
This commit is contained in:
Vendored
+1
-4
@@ -1,12 +1,9 @@
|
||||
{
|
||||
"[typescript]": {
|
||||
"editor.defaultFormatter": "oxc.oxc-vscode"
|
||||
},
|
||||
"editor.defaultFormatter": "oxc.oxc-vscode",
|
||||
"editor.codeActionsOnSave": {
|
||||
"source.organizeImports": "explicit",
|
||||
"source.fixAll.oxc": "explicit"
|
||||
},
|
||||
"editor.defaultFormatter": "oxc.oxc-vscode",
|
||||
"editor.formatOnSave": true,
|
||||
"editor.formatOnSaveMode": "file",
|
||||
"files.associations": {
|
||||
|
||||
File diff suppressed because one or more lines are too long
+2
-2
@@ -176,7 +176,7 @@ const config = defineConfig({
|
||||
|
||||
fmt: {
|
||||
printWidth: 120,
|
||||
ignorePatterns: ["routeTree.gen.ts", "docs/changelog/index.mdx"],
|
||||
ignorePatterns: ["webfontlist.json", "routeTree.gen.ts", "docs/changelog/index.mdx"],
|
||||
sortPackageJson: {
|
||||
sortScripts: true,
|
||||
},
|
||||
@@ -199,7 +199,7 @@ const config = defineConfig({
|
||||
|
||||
lint: {
|
||||
env: { builtin: true },
|
||||
ignorePatterns: ["routeTree.gen.ts"],
|
||||
ignorePatterns: ["webfontlist.json", "routeTree.gen.ts"],
|
||||
options: { typeAware: true, typeCheck: true },
|
||||
settings: {
|
||||
react: {
|
||||
|
||||
Reference in New Issue
Block a user