plain site; demo content added; re-terminal theme enabled; some theme customizations
This commit is contained in:
12
themes/re-terminal/.prettierrc
Normal file
12
themes/re-terminal/.prettierrc
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"parser": "babel",
|
||||
"printWidth": 100,
|
||||
"trailingComma": "all",
|
||||
"arrowParens": "avoid",
|
||||
"overrides": [{
|
||||
"files": ".html",
|
||||
"options": {
|
||||
"parser": "html"
|
||||
}
|
||||
}]
|
||||
}
|
Reference in New Issue
Block a user