Skip to content

Commit a7a0f2c

Browse files
authored
Merge pull request #26 from larsdecker/copilot/consolidate-prettier-configuration
Consolidate Prettier configuration into single .prettierrc.json file
2 parents 0e54739 + 4cd8d2f commit a7a0f2c

2 files changed

Lines changed: 11 additions & 17 deletions

File tree

.prettierrc

Lines changed: 0 additions & 7 deletions
This file was deleted.

.prettierrc.json

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
{
2-
"printWidth": 120,
3-
"tabWidth": 4,
4-
"useTabs": false,
5-
"semi": true,
6-
"singleQuote": false,
7-
"quoteProps": "consistent",
8-
"trailingComma": "es5",
9-
"bracketSpacing": true,
10-
"arrowParens": "always",
11-
"endOfLine": "lf"
2+
"printWidth": 120,
3+
"tabWidth": 4,
4+
"useTabs": false,
5+
"semi": true,
6+
"singleQuote": false,
7+
"jsxSingleQuote": false,
8+
"quoteProps": "consistent",
9+
"trailingComma": "all",
10+
"bracketSpacing": true,
11+
"arrowParens": "always",
12+
"endOfLine": "lf"
1213
}

0 commit comments

Comments
 (0)