Skip to content

Commit

Permalink
fix: correct the path in the ESLint configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
tungdil213 authored Jan 27, 2025
1 parent 239abd9 commit 751b1c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default julr(
},
},
{
ignores: ['apps/romainlanz.com/.adonisjs/*', 'apps/romainlanz.comtypes/db.ts'],
ignores: ['apps/romainlanz.com/.adonisjs/*', 'apps/romainlanz.com/types/db.ts'],
},
{
rules: {
Expand Down

0 comments on commit 751b1c1

Please sign in to comment.