mirror of
https://github.com/kjanat/livedash-node.git
synced 2026-01-16 13:32:08 +01:00
fix: update prettierignore to ignore the files formatted by biome
This commit is contained in:
@ -229,7 +229,7 @@
|
||||
"*.{md,markdown}": [
|
||||
"markdownlint-cli2 --fix"
|
||||
],
|
||||
"*.{js,ts,cjs,mjs,d.cts,d.mts,jsx,tsx,json,jsonc}": [
|
||||
"*.{js,ts,cjs,cts,mjs,mts,d.cts,d.mts,jsx,tsx,json,jsonc}": [
|
||||
"biome check --files-ignore-unknown=true",
|
||||
"biome check --write --no-errors-on-unmatched",
|
||||
"biome format --write --no-errors-on-unmatched"
|
||||
|
||||
Reference in New Issue
Block a user