chore: cleanup from debug

This commit is contained in:
iCrawl 2023-08-22 09:48:36 +02:00
parent d37632da05
commit f6c7c14c9e
No known key found for this signature in database
GPG key ID: 1AB888B16355FBB2
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'] }],

View file

@ -5,7 +5,6 @@
"description": "A powerful library for interacting with the Discord API",
"private": true,
"scripts": {
"lint:fast": "eslint .",
"build": "turbo run build",
"build:affected": "turbo run build --filter='...[origin/main]'",
"build:apps": "turbo run build:local --filter='...{apps/*}'",