Skip to content

Commit

Permalink
chore: fixed eslint + added colors to testing page
Browse files Browse the repository at this point in the history
  • Loading branch information
tabarra committed Feb 15, 2024
1 parent b3a9416 commit 7fab2d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion panel/.eslintrc.cjs
Expand Up @@ -16,6 +16,6 @@ module.exports = {
'warn',
{ allowConstantExport: true },
],
'@typescript-eslint/ban-ts-comment": "off'
'@typescript-eslint/ban-ts-comment': 'off'
},
};
2 changes: 1 addition & 1 deletion panel/src/pages/TestingPage/TestingPage.tsx
Expand Up @@ -21,6 +21,6 @@ export default function TestingPage() {
{/* <TmpWarningBarState /> */}
{/* <TmpAuthState /> */}
{/* <TmpMarkdown /> */}
{/* <TmpColors /> */}
<TmpColors />
</div>;
}

0 comments on commit 7fab2d5

Please sign in to comment.