Skip to content

Commit 93e2442

Browse files
add prettier
1 parent 972eda8 commit 93e2442

File tree

9 files changed

+2367
-2291
lines changed

9 files changed

+2367
-2291
lines changed

.github/workflows/static.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
uses: actions/upload-pages-artifact@v2
3838
with:
3939
# Upload entire repository
40-
path: './visualization'
40+
path: "./visualization"
4141
- name: Deploy to GitHub Pages
4242
id: deployment
4343
uses: actions/deploy-pages@v2

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
node_modules

.prettierrc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"useTabs": true,
3+
"singleQuote": false,
4+
"tabWidth": 2
5+
}

.vscode/settings.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"nuxt.isNuxtApp": false
3-
}
2+
"nuxt.isNuxtApp": false
3+
}

0 commit comments

Comments
 (0)