Updated eslint for tests to allow async functions

no-issue
This commit is contained in:
Fabien O'Carroll 2019-10-06 20:53:18 +07:00
parent 5b33507bf8
commit a12a8bd109

View File

@ -11,6 +11,9 @@
"eslint:recommended",
"plugin:ghost/test"
],
"parserOptions": {
"ecmaVersion": 2017
},
"rules": {
// these rules were were not previously enforced in our custom rules,
// they're turned off here because they _are_ enforced in our plugin.