Skip to content

Commit 407a397

Browse files
committed
feat: aligning with latest standards on docusaurus and linting
1 parent b6442bb commit 407a397

File tree

124 files changed

+17288
-11334
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

124 files changed

+17288
-11334
lines changed

.env.example

-7
This file was deleted.

.eslintrc

-172
This file was deleted.

.gitattributes

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
images/** filter=lfs diff=lfs merge=lfs -text
2-
files/** filter=lfs diff=lfs merge=lfs -text
3-
images/LICENSE filter= merge= diff= text
4-
images/README.md filter= merge= diff= text
1+
/static/fonts/** filter=lfs diff=lfs merge=lfs -text
2+
/static/images/** filter=lfs diff=lfs merge=lfs -text
3+
/static/files/** filter=lfs diff=lfs merge=lfs -text

.prettierrc

+9-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,13 @@
33
"trailingComma": "all",
44
"singleQuote": true,
55
"printWidth": 80,
6-
"tabWidth": 2
6+
"tabWidth": 2,
7+
"overrides": [
8+
{
9+
"files": ["*.md", "*.mdx"],
10+
"options": {
11+
"proseWrap": "always"
12+
}
13+
}
14+
]
715
}

0 commit comments

Comments
 (0)