Skip to content

Commit

Permalink
fix(lint): correct eslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
RomainLanz committed Dec 16, 2024
1 parent 1fec088 commit ff9d84f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/romainlanz.com/eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ export default julr(
},
{
ignores: ['.adonisjs/*', 'types/db.ts'],
},
{
rules: {
// Not recommended to be turned on
'@typescript-eslint/no-redeclare': 'off',
Expand Down

0 comments on commit ff9d84f

Please sign in to comment.