Skip to content
This repository has been archived by the owner on Jan 25, 2022. It is now read-only.

Commit

Permalink
feat(no-return-await): disable no-return-await
Browse files Browse the repository at this point in the history
  • Loading branch information
stingalleman committed Dec 2, 2020
1 parent e3cf69e commit 706b2c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/base/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ module.exports = {
extends: ['airbnb-base'],
plugins: ['jsdoc', 'no-loops', 'unicorn'],
rules: {
'no-return-await': 'off',
'max-classes-per-file': 'off',
'require-await': 2,
'class-methods-use-this': 'off',
Expand Down

0 comments on commit 706b2c4

Please sign in to comment.