Biome configuration to use with combine of eslint-config-airlight-node
npm install biome-config-airlight --save-dev
# or
yarn add biome-config-airlight -Dbiome.json
{
"$schema": "https://biomejs.dev/schemas/2.2.4/schema.json",
"extends": ["./node_modules/biome-config-airlight/biome.json"]
}Follow guide from here, copy content of dprint-extends.json and paste (not replace entirely) on your dprint.json config
MIT