Skip to content

Commit

Permalink
ci: 💚 fix eslint checks
Browse files Browse the repository at this point in the history
  • Loading branch information
johannrichard committed Nov 1, 2024
1 parent 6dc9bd1 commit ce1faf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@ export default [{

"@typescript-eslint/explicit-function-return-type": "off",
"@typescript-eslint/no-non-null-assertion": "off",
"@typescript-eslint/no-require-imports": "warn",
"@typescript-eslint/no-require-imports": "off",
},
}];

0 comments on commit ce1faf7

Please sign in to comment.