ajuste no biome

This commit is contained in:
Luiz Silva 2025-06-30 12:39:02 -03:00
parent fa33b5c23f
commit eb88195f6a
14 changed files with 93 additions and 78 deletions

View file

@ -7,7 +7,6 @@ export const texto_busca = (...texto: any[]): string =>
? ""
: String(txt)
.normalize("NFD")
// biome-ignore lint/suspicious/noMisleadingCharacterClass: <explanation>
.replace(/[\u0300-\u036f]/g, "")
.replace(/\s+/g, " ")
.toLowerCase(),