mirror of
https://github.com/thangisme/notes.git
synced 2025-05-18 13:58:42 -04:00
prettier config
This commit is contained in:
parent
0ba4685ee1
commit
a586e2b8d1
@ -1,3 +1,4 @@
|
|||||||
|
package.json
|
||||||
package-lock.json
|
package-lock.json
|
||||||
assets/css/dark-mode-preview.scss
|
assets/css/dark-mode-preview.scss
|
||||||
assets/css/just-the-docs.scss
|
assets/css/just-the-docs.scss
|
||||||
|
7
.prettierrc
Normal file
7
.prettierrc
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
{
|
||||||
|
"endOfLine": "lf",
|
||||||
|
"semi": false,
|
||||||
|
"singleQuote": false,
|
||||||
|
"tabWidth": 2,
|
||||||
|
"trailingComma": "es5"
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user