Skip to content

Commit

Permalink
style: fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-Hope committed Apr 21, 2024
1 parent bd2af48 commit f3341a0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
"portsAttributes": {
"5173": {
"label": "Waline Client",
"onAutoForward": "openPreview",
},
"onAutoForward": "openPreview"
}
},
"customizations": {
"codespaces": {
"openFiles": ["packages/client/src/init.ts"],
},
},
"openFiles": ["packages/client/src/init.ts"]
}
}
}
4 changes: 2 additions & 2 deletions packages/api/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"compilerOptions": {
"module": "ESNext",
"moduleResolution": "Bundler",
"rootDir": "./src",
"rootDir": "./src"
},
"include": ["./src/**/*.ts"],
"include": ["./src/**/*.ts"]
}

0 comments on commit f3341a0

Please sign in to comment.