From f6c7c14c9e28c544050b396a4374fdacb0e25fa4 Mon Sep 17 00:00:00 2001 From: iCrawl Date: Tue, 22 Aug 2023 09:48:36 +0200 Subject: [PATCH] chore: cleanup from debug --- eslint.config.js | 1 + package.json | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/eslint.config.js b/eslint.config.js index a2f048944..5862aa047 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -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'] }], diff --git a/package.json b/package.json index e82ac5061..44133b5de 100644 --- a/package.json +++ b/package.json @@ -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/*}'",