Skip to content

Commit

Permalink
🐛 SO much updating
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken Erwin committed Sep 2, 2024
1 parent 99f996d commit 82e676a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,10 @@
"parser": {
"unsafeParameterDecoratorsEnabled": true
}
},
"linter": {
"rules": {
"style": {}
}
}
}
3 changes: 2 additions & 1 deletion frontend/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"extends": "next/core-web-vitals"
"extends": "next/core-web-vitals",
"ignorePatterns": ["node_modules/", "dist", "**/*spec.ts"]
}

0 comments on commit 82e676a

Please sign in to comment.