prettier config

This commit is contained in:
Patrick Marsceill 2020-04-24 00:00:47 -04:00
parent 0ba4685ee1
commit a586e2b8d1
No known key found for this signature in database
GPG Key ID: 286B93882D828F40
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,4 @@
package.json
package-lock.json
assets/css/dark-mode-preview.scss
assets/css/just-the-docs.scss

7
.prettierrc Normal file
View File

@ -0,0 +1,7 @@
{
"endOfLine": "lf",
"semi": false,
"singleQuote": false,
"tabWidth": 2,
"trailingComma": "es5"
}