Skip to content

Commit 3bb4563

Browse files
committed
fix: linting
1 parent f846a87 commit 3bb4563

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitpod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ image:
22
file: ./devops/gitpod.dockerfile
33
tasks:
44
- init: npm install && RScript -e "blogdown::install_hugo()"
5-
- command: "echo 'run: \"npm start\" or \"npm run start:blog\"'"
5+
- command: 'echo ''run: "npm start" or "npm run start:blog"'''
66
ports:
77
- port: 1313
88
vscode:

.prettierignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
*.md
3030
*.jpeg
3131
*.ico
32+
*.bib
3233
/themes/delphi/layouts/partials/webp-image.html
3334
/themes/delphi/layouts/shortcodes/apireflink.html
3435
/themes/delphi/layouts/shortcodes/reflink.html

0 commit comments

Comments
 (0)