Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43122e4 commit e4067e3Copy full SHA for e4067e3
.prettierrc.js
@@ -0,0 +1,5 @@
1
+module.exports = {
2
+ singleQuote: true,
3
+ printWidth: 180,
4
+ tabWidth: 4
5
+};
uitests/.vscode/settings.json
@@ -30,7 +30,6 @@
30
"typescript.preferences.quoteStyle": "single",
31
"javascript.preferences.quoteStyle": "single",
32
"typescriptHero.imports.stringQuoteStyle": "'",
33
- "prettier.tslintIntegration": true,
34
"cucumberautocomplete.skipDocStringsFormat": true,
35
"[javascript]": {
36
"editor.formatOnSave": true
0 commit comments