Skip to content

Commit

Permalink
feat: disable unicorn/no-await-expression-member (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonnalley committed May 1, 2024
1 parent 080fb73 commit 3b665ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ module.exports = {
quotes: ['error', 'single', {avoidEscape: true}],
semi: ['error', 'never'],
'unicorn/prevent-abbreviations': 'off',
'unicorn/no-await-expression-member': 'off',
'unicorn/no-null': 'off',
'unicorn/prefer-module': 'warn',
'logical-assignment-operators': 'off',
Expand Down

0 comments on commit 3b665ce

Please sign in to comment.