refactor: 🔥 Remove ESLint and Prettier

This commit is contained in:
Jesse Wierzbinski 2024-07-22 18:11:59 +02:00
parent de84d07174
commit 654ad3345d
No known key found for this signature in database
4 changed files with 0 additions and 13 deletions

View file

@ -1,3 +0,0 @@
{
"extends": "next/core-web-vitals"
}

BIN
bun.lockb

Binary file not shown.

View file

@ -52,10 +52,6 @@
"@biomejs/biome": "^1.8.3",
"@iconify-icon/react": "^2.1.0",
"@shikijs/transformers": "^1.11.0",
"eslint": "^9.7.0",
"eslint-config-next": "^14.2.5",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.5",
"sharp": "^0.33.4"
},
"trustedDependencies": ["@biomejs/biome", "sharp"]

View file

@ -1,6 +0,0 @@
/** @type {import('prettier').Options} */
module.exports = {
singleQuote: true,
semi: false,
plugins: ["prettier-plugin-tailwindcss"],
};