mirror of
https://github.com/Noratrieb/website.git
synced 2026-01-16 18:05:01 +01:00
never use a submodule ever again
This commit is contained in:
parent
830045ee2f
commit
bf24af3431
77 changed files with 12557 additions and 1 deletions
12
blog/themes/terminal/.prettierrc
Normal file
12
blog/themes/terminal/.prettierrc
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"parser": "babel",
|
||||
"printWidth": 100,
|
||||
"trailingComma": "all",
|
||||
"arrowParens": "avoid",
|
||||
"overrides": [{
|
||||
"files": ".html",
|
||||
"options": {
|
||||
"parser": "html"
|
||||
}
|
||||
}]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue