Skip to content

Commit

Permalink
feat: do not use semis
Browse files Browse the repository at this point in the history
  • Loading branch information
john-d-pelingo committed Dec 1, 2020
1 parent 9568cd7 commit 0bf4a49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/prettier-config/index.json
Expand Up @@ -8,7 +8,7 @@
}
],
"printWidth": 80,
"semi": true,
"semi": false,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "all",
Expand Down

0 comments on commit 0bf4a49

Please sign in to comment.