Skip to content
Prev Previous commit
Next Next commit
Ignore regex in eslint
  • Loading branch information
jahn96 committed Aug 18, 2020
commit 80f5881b18f33854dea862869d0a829a82a83d02
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ module.exports = {
'@typescript-eslint/no-explicit-any': 'off',
'@typescript-eslint/no-namespace': 'off',
'@typescript-eslint/no-use-before-define': 'off',
'@typescript-eslint/no-control-regex': 'off',
'@typescript-eslint/quotes': [
'error',
'single',
Expand Down