Skip to content

Commit e008e8a

Browse files
Merge pull request #51 from karanBRAVO/format/code
Format whole codebase
2 parents a7983bd + 5a2a549 commit e008e8a

27 files changed

+13319
-12870
lines changed

.prettierignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ frontend/node_modules
33
backend/node_modules
44
backend/dist
55
deployment/
6-
docs/
6+
docs/
7+
*.md

backend/.babelrc

Lines changed: 29 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,31 @@
11
{
2-
"presets": [
3-
"@babel/preset-env"
4-
],
5-
"plugins": [
6-
"@babel/plugin-syntax-dynamic-import",
7-
"@babel/plugin-syntax-import-meta",
8-
"@babel/plugin-proposal-class-properties",
9-
"@babel/plugin-proposal-json-strings",
10-
[
11-
"@babel/plugin-proposal-decorators",
12-
{
13-
"legacy": true
14-
}
15-
],
16-
"@babel/plugin-proposal-function-sent",
17-
"@babel/plugin-proposal-export-namespace-from",
18-
"@babel/plugin-proposal-numeric-separator",
19-
"@babel/plugin-proposal-throw-expressions",
20-
"@babel/plugin-proposal-export-default-from",
21-
"@babel/plugin-proposal-logical-assignment-operators",
22-
"@babel/plugin-proposal-optional-chaining",
23-
[
24-
"@babel/plugin-proposal-pipeline-operator",
25-
{
26-
"proposal": "minimal"
27-
}
28-
],
29-
"@babel/plugin-proposal-nullish-coalescing-operator",
30-
"@babel/plugin-proposal-do-expressions",
31-
"@babel/plugin-proposal-function-bind"
32-
]
2+
"presets": ["@babel/preset-env"],
3+
"plugins": [
4+
"@babel/plugin-syntax-dynamic-import",
5+
"@babel/plugin-syntax-import-meta",
6+
"@babel/plugin-proposal-class-properties",
7+
"@babel/plugin-proposal-json-strings",
8+
[
9+
"@babel/plugin-proposal-decorators",
10+
{
11+
"legacy": true
12+
}
13+
],
14+
"@babel/plugin-proposal-function-sent",
15+
"@babel/plugin-proposal-export-namespace-from",
16+
"@babel/plugin-proposal-numeric-separator",
17+
"@babel/plugin-proposal-throw-expressions",
18+
"@babel/plugin-proposal-export-default-from",
19+
"@babel/plugin-proposal-logical-assignment-operators",
20+
"@babel/plugin-proposal-optional-chaining",
21+
[
22+
"@babel/plugin-proposal-pipeline-operator",
23+
{
24+
"proposal": "minimal"
25+
}
26+
],
27+
"@babel/plugin-proposal-nullish-coalescing-operator",
28+
"@babel/plugin-proposal-do-expressions",
29+
"@babel/plugin-proposal-function-bind"
30+
]
3331
}

0 commit comments

Comments
 (0)