Skip to content

Commit

Permalink
Merge branch 'dev' of github.com:effectai/effect-js into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffrieh committed Apr 30, 2024
2 parents 45bcc58 + 4bc0acd commit 4097946
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,13 @@
},
"formatter": {
"enabled": true,
"ignore": [
"dist",
"test",
"docs"
]
"ignore": ["dist", "test", "docs"]
},
"linter": {
"ignore": [
"dist",
"test",
"scripts",
"docs"
],
"ignore": ["dist", "test", "scripts", "docs"],
"enabled": true,
"rules": {
"recommended": true
}
}
}
}

0 comments on commit 4097946

Please sign in to comment.