0
Fork 0
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:
Fabien O'Carroll 2019-10-06 20:53:18 +07:00
parent 5b33507bf8
commit a12a8bd109

View file

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