Closed alexdigdir closed 1 week ago
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Smeller på en del checks der, ja :thinking_face: Kanskje kun ha "error" på det som kjøres på lint-staged, og ikke ha det i global config?
f.eks.
"lint-staged": {
"**/*.*": [
"biome check --staged --no-errors-on-unmatched --write",
"biome check --rule no-console --severity error"
]
},
i packages/frontend/package.json
?
Hva tenker du?
Hva er endret?
Dokumentasjon / Storybook / testdekning
stories
iStorybook
, eller så er ikke dette relevant.Skjermbilder eller GIFs (valgfritt)
Summary by CodeRabbit
New Features
Chores
@biomejs/biome
package to improve stability and performance.Bug Fixes
Refactor
Filter
type for better clarity in the codebase.GuiActionsProps
interface to accept a single action instead of an array, streamlining the component's structure.