Skip to content

Commit

Permalink
chore: Forbid all eval-like constructs.
Browse files Browse the repository at this point in the history
  • Loading branch information
jswalden committed Jan 2, 2025
1 parent 0a7ead6 commit f33259e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ const customConfig = [
'@typescript-eslint/strict-boolean-expressions': 'error',
eqeqeq: 'error',
radix: 'error',
'no-eval': 'error',
'no-implied-eval': 'error',
'@typescript-eslint/consistent-type-imports': [
'error',
{
Expand Down

0 comments on commit f33259e

Please sign in to comment.