mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2026-06-05 20:15:31 -04:00
refactor: eslint/prettier ➡️ biome
This commit is contained in:
+1
-54
@@ -6,55 +6,6 @@
|
||||
"prHourlyLimit": 0,
|
||||
"rangeStrategy": "bump",
|
||||
"packageRules": [
|
||||
{
|
||||
"matchPackageNames": ["next", "@next/*", "eslint-config-next"],
|
||||
"groupName": "next.js",
|
||||
"rangeStrategy": "pin"
|
||||
},
|
||||
{
|
||||
"matchPackageNames": [
|
||||
"react",
|
||||
"react-dom",
|
||||
"babel-plugin-react-compiler",
|
||||
"eslint-plugin-react-compiler",
|
||||
"@types/react",
|
||||
"@types/react-dom"
|
||||
],
|
||||
"groupName": "react",
|
||||
"rangeStrategy": "pin"
|
||||
},
|
||||
{
|
||||
"matchPackageNames": ["tailwindcss", "@tailwindcss/*", "tailwind-merge", "prettier-plugin-tailwindcss"],
|
||||
"groupName": "tailwindcss"
|
||||
},
|
||||
{
|
||||
"matchPackageNames": ["@radix-ui/*"],
|
||||
"groupName": "radix-ui"
|
||||
},
|
||||
{
|
||||
"matchPackageNames": [
|
||||
"@mdx-js/*",
|
||||
"rehype-*",
|
||||
"remark-*",
|
||||
"unified",
|
||||
"unist-*",
|
||||
"@types/mdx",
|
||||
"@types/unist"
|
||||
],
|
||||
"groupName": "mdx"
|
||||
},
|
||||
{
|
||||
"matchPackageNames": ["eslint", "eslint-*", "@eslint/*", "!eslint-config-next", "!eslint-plugin-react-compiler"],
|
||||
"groupName": "eslint"
|
||||
},
|
||||
{
|
||||
"matchPackageNames": ["prettier", "prettier-*", "!prettier-plugin-tailwindcss"],
|
||||
"groupName": "prettier"
|
||||
},
|
||||
{
|
||||
"matchPackageNames": ["typescript"],
|
||||
"rangeStrategy": "pin"
|
||||
},
|
||||
{
|
||||
"matchPackageNames": ["node"],
|
||||
"matchDepTypes": ["engines"],
|
||||
@@ -67,9 +18,5 @@
|
||||
}
|
||||
],
|
||||
"postUpdateOptions": ["pnpmDedupe"],
|
||||
"ignoreDeps": [
|
||||
"@jakejarvis/eslint-config",
|
||||
"@types/node",
|
||||
"lucide-react"
|
||||
]
|
||||
"ignoreDeps": ["@types/node", "lucide-react"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user