Deleted Prettier Config File

This commit is contained in:
Samuel W 2020-05-09 00:19:05 +08:00
parent 8c8e67e950
commit 9ceb0e56d7
2 changed files with 1 additions and 9 deletions

1
.gitignore vendored
View File

@ -6,4 +6,3 @@ npm-debug.log
.gatsby-context.js
.idea
gatsby-starter-lumen.iml
.prettierrc

View File

@ -1,7 +0,0 @@
{
"trailingComma": "es5",
"tabWidth": 2,
"semi": true,
"singleQuote": true,
"printWidth": 120
}