Skip to content

Commit

Permalink
chore: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
cyco130 committed Nov 2, 2024
1 parent a26e1bc commit 349b98c
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 6 deletions.
1 change: 0 additions & 1 deletion packages/adapter/adapter-test/eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ export default [
languageOptions: {
parserOptions: {
projectService: true,
// @ts-expect-error: import.meta.dirname comes from Node types
tsconfigRootDir: import.meta.dirname,
},
},
Expand Down
1 change: 0 additions & 1 deletion packages/base/compose/eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ export default [
languageOptions: {
parserOptions: {
projectService: true,
// @ts-expect-error: import.meta.dirname comes from Node types
tsconfigRootDir: import.meta.dirname,
},
},
Expand Down
1 change: 0 additions & 1 deletion packages/base/headers/eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ export default [
languageOptions: {
parserOptions: {
projectService: true,
// @ts-expect-error: import.meta.dirname comes from Node types
tsconfigRootDir: import.meta.dirname,
},
},
Expand Down
1 change: 0 additions & 1 deletion packages/base/multipart/eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ export default [
languageOptions: {
parserOptions: {
projectService: true,
// @ts-expect-error: import.meta.dirname comes from Node types
tsconfigRootDir: import.meta.dirname,
},
},
Expand Down
1 change: 0 additions & 1 deletion packages/base/router/eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ export default [
languageOptions: {
parserOptions: {
projectService: true,
// @ts-expect-error: import.meta.dirname comes from Node types
tsconfigRootDir: import.meta.dirname,
},
},
Expand Down
1 change: 0 additions & 1 deletion packages/cli/vite/eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ export default [
languageOptions: {
parserOptions: {
projectService: true,
// @ts-expect-error: import.meta.dirname comes from Node types
tsconfigRootDir: import.meta.dirname,
},
},
Expand Down
1 change: 1 addition & 0 deletions packages/cli/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"bin": {
"hattip": "./hattip.js"
},
"license": "MIT",
"exports": {
".": "./dist/index.js",
"./node-loader": "./node-loader.mjs",
Expand Down

0 comments on commit 349b98c

Please sign in to comment.