Skip to content
This repository has been archived by the owner on Nov 28, 2024. It is now read-only.

Commit

Permalink
build: update prettier config
Browse files Browse the repository at this point in the history
  • Loading branch information
zerosoul committed Apr 4, 2020
1 parent 89c0ef0 commit 202a3f4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
"bracketSpacing": true,
"jsxBracketSameLine": false,
"tabWidth": 2,
"semi": true
"semi": true,
"trailingComma": "none"
}

0 comments on commit 202a3f4

Please sign in to comment.