Skip to content

Latest commit

 

History

History

biome-config

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

biome-config-airlight

Biome configuration to use with combine of eslint-config-airlight-node

Installation

npm install biome-config-airlight --save-dev
# or
yarn add biome-config-airlight -D

Usage

biome.json

{
  "$schema": "https://biomejs.dev/schemas/1.4.1/schema.json",
  "extends": ["./node_modules/biome-config-airlight/biome.json"]
}

Integration

dprint

Follow guide from here, copy content of dprint-extends.json and paste (not replace entirely) on your dprint.json config

License

MIT