Skip to content

Commit

Permalink
chore: turn off rule
Browse files Browse the repository at this point in the history
  • Loading branch information
falsepopsky authored Mar 23, 2024
1 parent 5809da3 commit 0b73977
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/eslint-config-untidy/index.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ module.exports = {
'@typescript-eslint/strict-boolean-expressions': 'error',
'@typescript-eslint/array-type': ['error', { default: 'array-simple' }],
'@typescript-eslint/no-import-type-side-effects': 'error',
'@typescript-eslint/restrict-template-expressions': 'off',
'n/no-missing-import': 'off',
},
reportUnusedDisableDirectives: true,
Expand Down

0 comments on commit 0b73977

Please sign in to comment.