ajuste no biome
This commit is contained in:
parent
fa33b5c23f
commit
eb88195f6a
14 changed files with 93 additions and 78 deletions
1
dist/texto_busca.js
vendored
1
dist/texto_busca.js
vendored
|
|
@ -7,7 +7,6 @@ const texto_busca = (...texto) => texto
|
|||
? ""
|
||||
: String(txt)
|
||||
.normalize("NFD")
|
||||
// biome-ignore lint/suspicious/noMisleadingCharacterClass: <explanation>
|
||||
.replace(/[\u0300-\u036f]/g, "")
|
||||
.replace(/\s+/g, " ")
|
||||
.toLowerCase())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue