-
Notifications
You must be signed in to change notification settings - Fork 169
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(tooling): format everything with prettier (#1234)
- Loading branch information
1 parent
1b7a161
commit 65e7c94
Showing
135 changed files
with
2,217 additions
and
2,781 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"build": { | ||
"image": "hugomrdias/puppeteer", | ||
"command": "npm install && npm run build", | ||
"publicDir": "public" | ||
} | ||
"build": { | ||
"image": "hugomrdias/puppeteer", | ||
"command": "npm install && npm run build", | ||
"publicDir": "public" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
.vscode | ||
.idea | ||
public/ | ||
.DS_Store | ||
yarn.lock | ||
package-lock.json | ||
node_modules | ||
resources | ||
static/_gen | ||
data/toc.json | ||
themes | ||
layouts |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,14 @@ | ||
.markdown pre { | ||
max-height: 450px; | ||
overflow: auto; | ||
max-height: 450px; | ||
overflow: auto; | ||
} | ||
|
||
.markdown code, code { | ||
margin: 0 1px; | ||
padding: 3px 6px; | ||
font-size: 85%; | ||
border-radius: 3px; | ||
line-height: 16px; | ||
box-decoration-break: clone; | ||
} | ||
.markdown code, | ||
code { | ||
margin: 0 1px; | ||
padding: 3px 6px; | ||
font-size: 85%; | ||
border-radius: 3px; | ||
line-height: 16px; | ||
box-decoration-break: clone; | ||
} |
Oops, something went wrong.