mirror of
https://github.com/kjanat/livedash-node.git
synced 2026-01-16 11:12:11 +01:00
fix: update prettierignore to ignore the files formatted by biome
This commit is contained in:
@ -12,3 +12,17 @@ out
|
|||||||
|
|
||||||
## Ignore dependencies
|
## Ignore dependencies
|
||||||
node_modules
|
node_modules
|
||||||
|
|
||||||
|
## Files that are formatted by biome
|
||||||
|
**/*.js
|
||||||
|
**/*.ts
|
||||||
|
**/*.cjs
|
||||||
|
**/*.cts
|
||||||
|
**/*.mjs
|
||||||
|
**/*.mts
|
||||||
|
**/*.d.cts
|
||||||
|
**/*.d.mts
|
||||||
|
**/*.jsx
|
||||||
|
**/*.tsx
|
||||||
|
**/*.json
|
||||||
|
**/*.jsonc
|
||||||
|
|||||||
@ -229,7 +229,7 @@
|
|||||||
"*.{md,markdown}": [
|
"*.{md,markdown}": [
|
||||||
"markdownlint-cli2 --fix"
|
"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 --files-ignore-unknown=true",
|
||||||
"biome check --write --no-errors-on-unmatched",
|
"biome check --write --no-errors-on-unmatched",
|
||||||
"biome format --write --no-errors-on-unmatched"
|
"biome format --write --no-errors-on-unmatched"
|
||||||
|
|||||||
Reference in New Issue
Block a user