mirror of
https://github.com/kjanat/livedash-node.git
synced 2026-01-16 11:32:13 +01:00
fix: update prettierignore to ignore the files formatted by biome
This commit is contained in:
@ -12,3 +12,17 @@ out
|
||||
|
||||
## Ignore dependencies
|
||||
node_modules
|
||||
|
||||
## Files that are formatted by biome
|
||||
**/*.js
|
||||
**/*.ts
|
||||
**/*.cjs
|
||||
**/*.cts
|
||||
**/*.mjs
|
||||
**/*.mts
|
||||
**/*.d.cts
|
||||
**/*.d.mts
|
||||
**/*.jsx
|
||||
**/*.tsx
|
||||
**/*.json
|
||||
**/*.jsonc
|
||||
|
||||
Reference in New Issue
Block a user