Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
anubra266 committed Jan 23, 2024
1 parent 4eab304 commit 1e6bdfe
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@
"eslint": "^8.56.0",
"prettier": "^3.2.4"
}
}
}
2 changes: 1 addition & 1 deletion sandbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@
"vite": "^5.0.12",
"vite-plugin-eslint": "^1.8.1"
}
}
}
12 changes: 3 additions & 9 deletions tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,7 @@
"esModuleInterop": true,
"jsx": "preserve",
"noEmit": true,
"lib": [
"dom",
"dom.iterable",
"esnext"
],
"lib": ["dom", "dom.iterable", "esnext"],
"target": "esnext",
"noImplicitReturns": false,
"resolveJsonModule": true,
Expand All @@ -20,8 +16,6 @@
"verbatimModuleSyntax": true,
"moduleResolution": "Bundler",
"module": "ESNext",
"customConditions": [
"source"
],
"customConditions": ["source"]
}
}
}

0 comments on commit 1e6bdfe

Please sign in to comment.