Skip to content

Commit

Permalink
fix: unicorn/better-regex off
Browse files Browse the repository at this point in the history
  • Loading branch information
rwu823 committed Jul 15, 2024
1 parent 625b852 commit 7dd4c41
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ const baseConfigs = tsEslint.config(
'unicorn/prevent-abbreviations': OFF,
'unicorn/filename-case': OFF,
'unicorn/no-null': OFF,
'unicorn/better-regex': OFF,
},
},

Expand Down

0 comments on commit 7dd4c41

Please sign in to comment.