lintstyles-fix
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:40:38 +03:00
parent 977da45301
commit ccc3755a5b

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,scss,css}": [
"npx @biomejs/biome check src --log-kind=compact --verbose --apply-unsafe && stylelint **/*.{scss,css}" "npx @biomejs/biome check .g --log-kind=compact --verbose --apply-unsafe && stylelint **/*.{scss,css}"
] ]
} }