1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2026-06-05 20:15:31 -04:00

correct some flex/grid spacings

This commit is contained in:
2025-05-08 10:07:40 -04:00
parent d98c3bb775
commit eab84bfee9
19 changed files with 84 additions and 136 deletions
+3 -6
View File
@@ -16,9 +16,10 @@
"matchPackageNames": [
"react",
"react-dom",
"react-is",
"babel-plugin-react-compiler",
"eslint-plugin-react-compiler"
"eslint-plugin-react-compiler",
"@types/react",
"@types/react-dom"
],
"groupName": "react",
"rangeStrategy": "pin"
@@ -70,10 +71,6 @@
"ignoreDeps": [
"@jakejarvis/eslint-config",
"@types/node",
"@types/react",
"@types/react-dom",
"@types/react-is",
"@types/prop-types",
"lucide-react"
]
}