Skip to content

Commit

Permalink
style: Change prettier configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayfri committed Mar 21, 2021
1 parent d2eb4ee commit 16f4445
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
"name": "discord-fetch-messages",
"prettier": {
"arrowParens": "avoid",
"bracketSpacing": false,
"endOfLine": "lf",
"printWidth": 200,
"semi": true,
"singleQuote": true,
"tabWidth": 4,
"trailingComma": "es5",
Expand Down

0 comments on commit 16f4445

Please sign in to comment.