Skip to content

Commit

Permalink
feat(eslint-config): add require-await rule to ESLint configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
njfamirm committed Dec 4, 2024
1 parent abab21d commit e448056
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/eslint-config/eslint-config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -89,5 +89,6 @@ module.exports = {
'no-unused-labels': 'off',
'require-jsdoc': 'off',
'valid-jsdoc': 'off',
"require-await": "error"
},
};

0 comments on commit e448056

Please sign in to comment.