Skip to content

Commit

Permalink
chore: fixes lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mrspaiva committed Aug 12, 2024
1 parent e9594bf commit bdbe904
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { log } from 'poku';

log('o Poku irá exibir isso');

console.log("O poku não irá exibir isso");
console.log('O poku não irá exibir isso');
```

:::tip
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ Por padrão, o **Poku** busca por arquivos _`.test.`_ e `.spec.`, mas você pode
</>,
],
},
]}

]}
/>

## CLI
Expand Down Expand Up @@ -101,7 +102,7 @@ npx poku --filter='' ./packages/**/test/unit/*.js
<Stability
level={0}
message={
"Agora é possível passar múltiplos caminhos em qualquer posição desde a v2.1.0."
'Agora é possível passar múltiplos caminhos em qualquer posição desde a v2.1.0.'
}
/>

Expand Down

0 comments on commit bdbe904

Please sign in to comment.