Skip to content

Commit

Permalink
chore: cleanup from debug
Browse files Browse the repository at this point in the history
  • Loading branch information
iCrawl committed Aug 22, 2023
1 parent d37632d commit f6c7c14
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'] }],
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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/*}'",
Expand Down

0 comments on commit f6c7c14

Please sign in to comment.