Skip to content

Commit

Permalink
Adding require-await rule (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
abby-huisman authored Apr 15, 2020
1 parent 5dbcce7 commit 7b79972
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-tc",
"version": "12.0.0",
"version": "12.1.0",
"description": "ESLint shareable config for JavaScript projects",
"keywords": [
"eslintconfig",
Expand Down
1 change: 1 addition & 0 deletions rules/best-practices.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@ module.exports = {
'no-unused-expressions': 'error',
'no-useless-call': 'error',
'no-warning-comments': 'warn',
'require-await': 'error',
},
};

0 comments on commit 7b79972

Please sign in to comment.