6 lines
92 B
Plaintext
6 lines
92 B
Plaintext
|
|
{
|
||
|
|
"**/*.{js,jsx,tsx,ts,md,css,less,json}": [
|
||
|
|
"npx @biomejs/biome check --write"
|
||
|
|
]
|
||
|
|
}
|