mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
Updated eslint for tests to allow async functions
no-issue
This commit is contained in:
parent
5b33507bf8
commit
a12a8bd109
1 changed files with 3 additions and 0 deletions
|
@ -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 a new issue