Skip to content

Commit

Permalink
Fix ESlint
Browse files Browse the repository at this point in the history
  • Loading branch information
sneridagh committed Oct 15, 2024
1 parent 2aa4f36 commit f362f06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/remix/app/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ const settings = {
slate,
};

// @ts-ignore
// @ts-expect-error We need to fix typing
config.set('settings', settings);

// @ts-ignore
// @ts-expect-error We need to fix typing
config.set('blocks', { blocksConfig });

export default config;

0 comments on commit f362f06

Please sign in to comment.