Skip to content

Commit 7608d35

Browse files
committed
chore: update prettier config
1 parent ead54ad commit 7608d35

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

Diff for: .prettierignore

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ output/
1212

1313
# Webdriver-ts
1414
webdriver-ts/results.json
15+
webdriver-ts/unittests/
1516
webdriver-ts/traces/
1617

1718
# Webdriver-ts-results

Diff for: .prettierrc.json

+14-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
11
{
2-
"trailingComma": "es5"
2+
"printWidth": 100,
3+
"tabWidth": 2,
4+
"useTabs": false,
5+
"semi": true,
6+
"singleQuote": false,
7+
"quoteProps": "as-needed",
8+
"jsxSingleQuote": false,
9+
"trailingComma": "es5",
10+
"bracketSpacing": true,
11+
"bracketSameLine": false,
12+
"arrowParens": "always",
13+
"proseWrap": "preserve",
14+
"endOfLine": "lf",
15+
"singleAttributePerLine": false
316
}

0 commit comments

Comments
 (0)