Skip to content

Commit

Permalink
fix: add trailingComma: none (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
ykzts authored Mar 22, 2020
1 parent 2f9ebbd commit fac92f0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
"$schema": "http://json.schemastore.org/prettierrc",
"endOfLine": "lf",
"semi": false,
"singleQuote": true
"singleQuote": true,
"trailingComma": "none"
}

0 comments on commit fac92f0

Please sign in to comment.