Skip to content

Commit

Permalink
Update eslint.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanfoxtyler committed Jan 17, 2025
1 parent 1a5016d commit e8232af
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,7 @@ import tseslint from "typescript-eslint"
export default tseslint.config({
files: ["**/*.ts"],
extends: [eslint.configs.recommended, ...tseslint.configs.strict],
rules: {
"@typescript-eslint/no-explicit-any": "off",
},
})

0 comments on commit e8232af

Please sign in to comment.