replaced eslint:recommended with prettier

This commit is contained in:
Wyatt Johnson
2018-01-11 20:00:34 -07:00
parent d56c19016a
commit 0abc2ca243
649 changed files with 16235 additions and 13008 deletions
+9 -8
View File
@@ -1,13 +1,14 @@
module.exports = {
commands: [{
url: function() {
return `${this.api.launchUrl}/admin/install`;
commands: [
{
url: function() {
return `${this.api.launchUrl}/admin/install`;
},
ready() {
return this.waitForElementVisible('body');
},
},
ready() {
return this
.waitForElementVisible('body');
}
}],
],
sections: {
step1: {
selector: '.talk-install-step-1',