Skip to content

Commit f825b6c

Browse files
committed
Add base for formatting (not working).
1 parent 8dd1b71 commit f825b6c

File tree

4 files changed

+753
-0
lines changed

4 files changed

+753
-0
lines changed

.eslintrc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"extends": ["plugin:@docusaurus/recommended"],
3+
"parserOptions": {
4+
"sourceType": "module"
5+
}
6+
}

.prettierignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
dist/
2+
.nyc_output/
3+
*.yml

0 commit comments

Comments
 (0)