6 lines
102 B
Plaintext
6 lines
102 B
Plaintext
{
|
|
"*.{js,ts,cjs,mjs,d.mts,jsx,tsx,json,jsonc}": [
|
|
"npx @biomejs/biome check ./src && tsc"
|
|
]
|
|
}
|