Skip to content

Commit

Permalink
chore: ignore lib folder for eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
chouchouji committed Jan 23, 2025
1 parent 28f2206 commit 71548ae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import { defineConfig } from '@configurajs/eslint'

export default defineConfig()
export default defineConfig({
ignores: ['lib'],
})
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,4 @@
"engines": {
"pnpm": ">=9.0"
}
}
}

0 comments on commit 71548ae

Please sign in to comment.