Skip to content

Commit 05af3ac

Browse files
committed
Run eslint fix
1 parent e7debf6 commit 05af3ac

File tree

4 files changed

+291
-291
lines changed

4 files changed

+291
-291
lines changed

.vscode/launch.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
// Hover to view descriptions of existing attributes.
44
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
55
{
6-
"version": "0.2.0",
7-
"configurations": [
8-
{
9-
"name": "Extension",
10-
"type": "extensionHost",
11-
"request": "launch",
12-
"args": [
13-
"--extensionDevelopmentPath=${workspaceFolder}"
14-
]
15-
}
16-
]
17-
}
6+
"version": "0.2.0",
7+
"configurations": [
8+
{
9+
"name": "Extension",
10+
"type": "extensionHost",
11+
"request": "launch",
12+
"args": [
13+
"--extensionDevelopmentPath=${workspaceFolder}"
14+
]
15+
}
16+
]
17+
}

language-configuration.json

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
{
2-
"comments": {
3-
// symbol used for single line comment. Remove this entry if your language does not support line comments
4-
"lineComment": "#",
5-
},
6-
// symbols used as brackets
7-
"brackets": [
8-
["{", "}"],
9-
["[", "]"],
10-
["(", ")"]
11-
],
12-
// symbols that are auto closed when typing
13-
"autoClosingPairs": [
14-
["{", "}"],
15-
["[", "]"],
16-
["(", ")"],
17-
["'", "'"]
18-
],
19-
// symbols that can be used to surround a selection
20-
"surroundingPairs": [
21-
["{", "}"],
22-
["[", "]"],
23-
["(", ")"],
24-
["'", "'"]
25-
]
26-
}
2+
"comments": {
3+
// symbol used for single line comment. Remove this entry if your language does not support line comments
4+
"lineComment": "#"
5+
},
6+
// symbols used as brackets
7+
"brackets": [
8+
["{", "}"],
9+
["[", "]"],
10+
["(", ")"]
11+
],
12+
// symbols that are auto closed when typing
13+
"autoClosingPairs": [
14+
["{", "}"],
15+
["[", "]"],
16+
["(", ")"],
17+
["'", "'"]
18+
],
19+
// symbols that can be used to surround a selection
20+
"surroundingPairs": [
21+
["{", "}"],
22+
["[", "]"],
23+
["(", ")"],
24+
["'", "'"]
25+
]
26+
}

0 commit comments

Comments
 (0)