Skip to content

Commit

Permalink
fix(root): eslint/prettier issues
Browse files Browse the repository at this point in the history
  • Loading branch information
jrgarciadev committed Aug 5, 2023
1 parent 5b89884 commit fbb7c3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions apps/docs/components/sandpack/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ export const nextuiTheme: SandpackTheme = {
},
font: {
body: "Inter var",
mono:
'ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace',
mono: 'ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace',
size: "14px",
lineHeight: "1.5rem",
},
Expand Down
1 change: 1 addition & 0 deletions packages/utilities/test-utils/src/mocks/image.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ export function mockImage() {
//@ts-expect-error
window.Image = class Image {
onload: VoidFunction = () => {
// eslint-disable-next-line no-console
console.log("called");
};
onerror: VoidFunction = () => {};
Expand Down

0 comments on commit fbb7c3f

Please sign in to comment.