@chrisw-b/linting-configs
v2.9.0
Published
custom linting configs
Readme
Linting Configs
Just a collection of all of my linter setups
N.B.: biome does not support extending extends, instead of just using
{
"$schema": "https://biomejs.dev/schemas/2.0.4/schema.json",
"extends": ["@chrisw-b/linting-configs/biome/node"]
}you will need to use
{
"$schema": "https://biomejs.dev/schemas/2.0.4/schema.json",
"extends": [
"@chrisw-b/linting-configs/biome/base",
"@chrisw-b/linting-configs/biome/node"
]
}