Skip to content

Commit

Permalink
Merge pull request #683 from johannrichard/next
Browse files Browse the repository at this point in the history
ci: 💚 fix eslint checks
  • Loading branch information
johannrichard authored Nov 1, 2024
2 parents ccecabb + ce1faf7 commit 61fbc5d
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 61fbc5d

Please sign in to comment.