Skip to content

Commit c0c97c9

Browse files
committed
Updated to use same formatting as monorepo
1 parent a86a1f0 commit c0c97c9

File tree

5 files changed

+836
-828
lines changed

5 files changed

+836
-828
lines changed

Diff for: .prettierrc.js

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
module.exports = {
2+
semi: true,
3+
trailingComma: 'es5',
4+
singleQuote: true,
5+
printWidth: 80,
6+
tabWidth: 2,
7+
useTabs: true,
8+
};

Diff for: .vscode/launch.json

+15-15
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
2-
// Use IntelliSense to learn about possible attributes.
3-
// Hover to view descriptions of existing attributes.
4-
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
5-
"version": "0.2.0",
6-
"configurations": [
7-
{
8-
"type": "node",
9-
"request": "attach",
10-
"name": "Debug",
11-
"port": 2230,
12-
"timeout": 3000,
13-
"restart": true,
14-
},
15-
]
16-
}
2+
// Use IntelliSense to learn about possible attributes.
3+
// Hover to view descriptions of existing attributes.
4+
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
5+
"version": "0.2.0",
6+
"configurations": [
7+
{
8+
"type": "node",
9+
"request": "attach",
10+
"name": "Debug",
11+
"port": 2230,
12+
"timeout": 3000,
13+
"restart": true
14+
}
15+
]
16+
}

0 commit comments

Comments
 (0)