Skip to content

Commit

Permalink
refactor(xo): removed ignores
Browse files Browse the repository at this point in the history
we shouldn't ignore `xo` in general. `xo` is here to hurt our feelings. If it does, that's a good thing.
  • Loading branch information
mfranzke authored Feb 1, 2025
1 parent ebcda0f commit 49ac1a7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .xo-config.cjs
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
module.exports = {
prettier: true,
ignores: [
'./showcases/nuxt-showcase/**',
'./packages/migration/**',
'./packages/foundations/**'
'./showcases/nuxt-showcase/**'
],
overrides: [
{
Expand Down

0 comments on commit 49ac1a7

Please sign in to comment.