Skip to content

Commit

Permalink
lint: allow any with warning
Browse files Browse the repository at this point in the history
  • Loading branch information
mesqueeb committed Jun 7, 2024
1 parent a707b70 commit 312ffc3
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
import config from '@cycraft/eslint/config'

export default config
export default [
...config,
{
rules: {
'@typescript-eslint/no-explicit-any': 'warn',
},
},
]

0 comments on commit 312ffc3

Please sign in to comment.