Skip to content

Commit

Permalink
fix pre-commit hook
Browse files Browse the repository at this point in the history
  • Loading branch information
Feroze Mohideen committed May 21, 2024
1 parent f07e29f commit 8456d11
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions dashboard/.eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
src/legacy/
3 changes: 2 additions & 1 deletion dashboard/.prettierignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Ignore artifacts:
build
coverage
coverage
src/legacy/
2 changes: 1 addition & 1 deletion dashboard/src/legacy/main/home/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import standard from "legacy/shared/themes/standard";
import {
type ClusterType,
type ProjectListType,
ProjectType,
type ProjectType,
} from "legacy/shared/types";
import { createPortal } from "react-dom";
import {
Expand Down
3 changes: 3 additions & 0 deletions dashboard/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,9 @@ module.exports = () => {
],
},
resolve: {
alias: {
legacy: path.resolve(__dirname, "src/legacy/"),
},
modules: [path.resolve(__dirname, "src"), "node_modules"],
extensions: ["*", ".tsx", ".ts", ".js", ".jsx", ".json"],
},
Expand Down

0 comments on commit 8456d11

Please sign in to comment.