Skip to content

Commit

Permalink
Promise function async rule off.
Browse files Browse the repository at this point in the history
  • Loading branch information
mgorunuch committed Dec 24, 2019
1 parent 5eb327a commit 0e92499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/eslint-config-spacetab-io/rules/typescript.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ module.exports = {
'@typescript-eslint/prefer-readonly': 'error',
'@typescript-eslint/prefer-regexp-exec': 'error',
'@typescript-eslint/prefer-string-starts-ends-with': 'error',
'@typescript-eslint/promise-function-async': 'error',
'@typescript-eslint/promise-function-async': 'off',
'@typescript-eslint/quotes': ['error', 'single'],
'@typescript-eslint/require-array-sort-compare': 'off',
'@typescript-eslint/require-await': 'error',
Expand Down

0 comments on commit 0e92499

Please sign in to comment.