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

3
.gitignore vendored
View File

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

View File

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