Skip to content

Commit

Permalink
chore(eslint): reorder rules
Browse files Browse the repository at this point in the history
  • Loading branch information
Frazer Smith committed Jun 17, 2020
1 parent 04f64c6 commit 96f561b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ module.exports = {
maxEOF: 0
}
],
'prefer-destructuring': 'off'
'prefer-destructuring': 'off',
'promise/prefer-await-to-callbacks': 'warn',
'promise/prefer-await-to-then': 'warn'
}
};

0 comments on commit 96f561b

Please sign in to comment.