Updated eslint for tests to allow async functions
no-issue
This commit is contained in:
parent
5b33507bf8
commit
a12a8bd109
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user