lintfix
Some checks failed
deploy / test (push) Successful in 2m28s
deploy / Update templates on Mailgun (push) Has been skipped
deploy / push (push) Failing after 1s

This commit is contained in:
Untone 2024-02-04 17:41:01 +03:00
parent ccc3755a5b
commit 5c0872d591

View File

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