Skip to content

Commit

Permalink
Fix frontend build error
Browse files Browse the repository at this point in the history
  • Loading branch information
choidabom committed Sep 28, 2024
1 parent 3795a4b commit a710e94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import reactRefreshPlugin from "eslint-plugin-react-refresh";
export default [
{
files: ["**/*.ts", "**/*.tsx"],
ignores: ["dist", "eslint.config.mjs"],
ignores: ["dist", "eslint.config.mjs", "vite.config.ts"],
languageOptions: {
parser: typescriptParser,
parserOptions: {
Expand Down
2 changes: 1 addition & 1 deletion frontend/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
"noUnusedParameters": true,
"noFallthroughCasesInSwitch": true
},
"include": ["src", "vite.config.ts"],
"include": ["src"],
"references": [{ "path": "./tsconfig.node.json" }]
}

0 comments on commit a710e94

Please sign in to comment.