Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e4067e3

Browse files
authored
Remove deprecated prettier setting (#8656)
* Remove deprecated setting * Add prettierrc.js to the extension directory
1 parent 43122e4 commit e4067e3

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.prettierrc.js

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
module.exports = {
2+
singleQuote: true,
3+
printWidth: 180,
4+
tabWidth: 4
5+
};

uitests/.vscode/settings.json

-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
"typescript.preferences.quoteStyle": "single",
3131
"javascript.preferences.quoteStyle": "single",
3232
"typescriptHero.imports.stringQuoteStyle": "'",
33-
"prettier.tslintIntegration": true,
3433
"cucumberautocomplete.skipDocStringsFormat": true,
3534
"[javascript]": {
3635
"editor.formatOnSave": true

0 commit comments

Comments
 (0)