Skip to content

Commit 9181a91

Browse files
committed
fix: grabTextFrom fails with webdriver
1 parent c78f967 commit 9181a91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

prettier.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ module.exports = {
22
printWidth: 220,
33
tabWidth: 2,
44
useTabs: false,
5-
semi: true,
5+
semi: false,
66
singleQuote: true,
77
trailingComma: 'all',
88
bracketSameLine: false,
99
arrowParens: 'avoid',
10-
};
10+
}

0 commit comments

Comments
 (0)