diff --git a/apps/invoice-hub/.eslintrc b/apps/invoice-hub/.eslintrc index 6c63ebb..eb334d8 100644 --- a/apps/invoice-hub/.eslintrc +++ b/apps/invoice-hub/.eslintrc @@ -1,3 +1,3 @@ { - "extends": ["next", "prettier"] + "extends": ["custom"] } \ No newline at end of file diff --git a/apps/slack/.eslintrc b/apps/slack/.eslintrc index c5d43a6..b3d3d17 100644 --- a/apps/slack/.eslintrc +++ b/apps/slack/.eslintrc @@ -1,3 +1,3 @@ { - "extends": ["next", "prettier"] + "extends": ["custom"] } diff --git a/apps/slack/src/pages/_document.tsx b/apps/slack/src/pages/_document.tsx index 51a520b..7755176 100644 --- a/apps/slack/src/pages/_document.tsx +++ b/apps/slack/src/pages/_document.tsx @@ -4,7 +4,7 @@ export default function Document() { return ( - +