mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
chore: cleanup from debug
This commit is contained in:
@@ -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'] }],
|
||||
|
||||
@@ -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/*}'",
|
||||
|
||||
Reference in New Issue
Block a user