Skip to content

Commit

Permalink
chore: lint code with Biome [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
suddenlyGiovanni authored and github-actions[bot] committed Oct 9, 2024
1 parent f5956a2 commit ce2e103
Showing 1 changed file with 4 additions and 14 deletions.
18 changes: 4 additions & 14 deletions biome.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,8 @@
{
"$schema": "./node_modules/@biomejs/biome/configuration_schema.json",
"files": {
"include": [
"./src"
],
"ignore": [
"node_modules",
".pnpm",
"./~"
]
"include": ["./src"],
"ignore": ["node_modules", ".pnpm", "./~"]
},
"vcs": {
"enabled": true,
Expand Down Expand Up @@ -68,17 +62,13 @@
},
"overrides": [
{
"include": [
"**/*.snapshot.json"
],
"include": ["**/*.snapshot.json"],
"formatter": {
"enabled": false
}
},
{
"include": [
"src/test/test-utils.ts"
],
"include": ["src/test/test-utils.ts"],
"linter": {
"rules": {
"suspicious": {
Expand Down

0 comments on commit ce2e103

Please sign in to comment.