Skip to content

Commit 2803a50

Browse files
author
supernova350
committed
Cleaned up code
1 parent 850ff60 commit 2803a50

Some content is hidden

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

76 files changed

+16685
-16992
lines changed

Diff for: .github/metrics.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"directDependenciesCount": 11,
3-
"indirectDependenciesCount": 533,
4-
"commentCount": 1645,
5-
"lineCount": 17249,
6-
"fileCount": 62,
7-
"score": 0.18726591760299627,
2+
"directDependenciesCount": 15,
3+
"indirectDependenciesCount": 562,
4+
"commentCount": 1715,
5+
"lineCount": 17808,
6+
"fileCount": 81,
7+
"score": 0.17761989342806395,
88
"grade": "F"
99
}

Diff for: .prettierrc.json

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"printWidth": 120,
3+
"useTabs": true,
4+
"singleQuote": true,
5+
"quoteProps": "as-needed",
6+
"trailingComma": "all",
7+
"endOfLine": "lf"
8+
}

0 commit comments

Comments
 (0)