chore: disable prefer-template eslint rule ()

pull/1058/merge
Rhys Arkins 2017-10-31 13:45:28 +01:00 committed by singapore
parent e35efd784d
commit 54dff4bbc4
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ module.exports = {
'no-use-before-define': 0,
'no-restricted-syntax': 0,
'no-await-in-loop': 0,
'prefer-template': 'off',
'promise/always-return': 'error',
'promise/no-return-wrap': 'error',
'promise/param-names': 'error',