Skip to content

Commit

Permalink
chore: ignore coverage directory from linter
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Jan 18, 2025
1 parent a7a9b67 commit 70632ee
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
import { configPkg } from '@adonisjs/eslint-config'
export default configPkg()
export default configPkg({
ignores: ['coverage'],
})

0 comments on commit 70632ee

Please sign in to comment.