chore: cleanup from debug

This commit is contained in:
iCrawl
2023-08-22 09:48:36 +02:00
parent d37632da05
commit f6c7c14c9e
2 changed files with 1 additions and 1 deletions

View File

@@ -39,6 +39,7 @@ const reactRuleset = Object.freeze(
'@unocss': unocss,
},
rules: {
'@unocss/order': 2,
'@next/next/no-html-link-for-pages': 0,
'react/react-in-jsx-scope': 0,
'react/jsx-filename-extension': [1, { extensions: ['.tsx'] }],