Skip to content

Commit

Permalink
fix: typescript eslint structure
Browse files Browse the repository at this point in the history
  • Loading branch information
rylanharper committed Nov 14, 2024
1 parent 38a5112 commit 7b954b0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,11 @@ export default createConfigForNuxt({
order: 'asc'
}
}
],
]
}
})
.override('nuxt/typescript/rules', {
rules: {
'@typescript-eslint/no-explicit-any': 'off',
'@typescript-eslint/no-dynamic-delete': 'off'
}
Expand Down

0 comments on commit 7b954b0

Please # to comment.