Skip to content

Commit

Permalink
Set two more Prettier options explicitly for a consistent experience …
Browse files Browse the repository at this point in the history
…(refs #247).
  • Loading branch information
DavidAnson committed Feb 4, 2022
1 parent e45d433 commit a0527a8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Expand Up @@ -70,8 +70,10 @@
},
"prettier": {
"arrowParens": "avoid",
"bracketSpacing": false,
"endOfLine": "auto",
"printWidth": 1000,
"singleQuote": true,
"trailingComma": "none"
},
"ava": {
Expand Down

0 comments on commit a0527a8

Please sign in to comment.