all-fixed-fmt
Some checks failed
deploy / push (push) Blocked by required conditions
deploy / Update templates on Mailgun (push) Waiting to run
deploy / test (push) Has been cancelled

This commit is contained in:
Untone 2024-02-04 17:39:49 +03:00
parent 2f2fb780bf
commit 977da45301

View File

@ -1,5 +1,5 @@
{ {
"*.{js,ts,cjs,mjs,d.mts,jsx,tsx,json,jsonc}": [ "*.{js,ts,cjs,mjs,d.mts,jsx,tsx,json,jsonc}": [
"npx @biomejs/biome check src --log-kind=compact --verbose --apply-unsafe && stylelint **/*.{scss,css} --fix" "npx @biomejs/biome check src --log-kind=compact --verbose --apply-unsafe && stylelint **/*.{scss,css}"
] ]
} }