mirror of
https://github.com/versia-pub/docs.git
synced 2025-12-06 14:28:20 +01:00
refactor: 🔥 Remove ESLint and Prettier
This commit is contained in:
parent
de84d07174
commit
654ad3345d
|
|
@ -1,3 +0,0 @@
|
||||||
{
|
|
||||||
"extends": "next/core-web-vitals"
|
|
||||||
}
|
|
||||||
|
|
@ -52,10 +52,6 @@
|
||||||
"@biomejs/biome": "^1.8.3",
|
"@biomejs/biome": "^1.8.3",
|
||||||
"@iconify-icon/react": "^2.1.0",
|
"@iconify-icon/react": "^2.1.0",
|
||||||
"@shikijs/transformers": "^1.11.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"
|
"sharp": "^0.33.4"
|
||||||
},
|
},
|
||||||
"trustedDependencies": ["@biomejs/biome", "sharp"]
|
"trustedDependencies": ["@biomejs/biome", "sharp"]
|
||||||
|
|
|
||||||
|
|
@ -1,6 +0,0 @@
|
||||||
/** @type {import('prettier').Options} */
|
|
||||||
module.exports = {
|
|
||||||
singleQuote: true,
|
|
||||||
semi: false,
|
|
||||||
plugins: ["prettier-plugin-tailwindcss"],
|
|
||||||
};
|
|
||||||
Loading…
Reference in a new issue