Skip to content

Commit

Permalink
chore: bump exile watch packages, add biome and run formatter and linter
Browse files Browse the repository at this point in the history
  • Loading branch information
sbsrnt committed Apr 13, 2024
1 parent 001f153 commit 9c6ecc3
Show file tree
Hide file tree
Showing 115 changed files with 767 additions and 1,713 deletions.
14 changes: 14 additions & 0 deletions biome.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"$schema": "node_modules/@biomejs/biome/configuration_schema.json",
"extends": ["@exile-watch/biome-config"],
"files": {
"ignore": ["src/tbd"]
},
"linter": {
"rules": {
"a11y": {
"noSvgWithoutTitle": "off"
}
}
}
}
Loading

0 comments on commit 9c6ecc3

Please sign in to comment.