Skip to content
This repository was archived by the owner on Apr 13, 2020. It is now read-only.

Commit 352dafa

Browse files
mydiemhobnookala
authored andcommitted
address pr comments regarding style
1 parent df9ce07 commit 352dafa

File tree

4 files changed

+12
-23
lines changed

4 files changed

+12
-23
lines changed

.editorconfig

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
root = true ; top-most EditorConfig file
2+
3+
; Unix-style newlines with a newline ending every file
4+
[*]
5+
charset = utf-8
6+
end_of_line = lf
7+
indent_size = 2
8+
indent_style = space
9+
insert_final_newline = true
10+
trim_trailing_whitespace = true

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,4 +94,4 @@ typings/
9494
.dynamodb/
9595

9696
# vscode
97-
.vscode
97+
.vscode/

.vscode/launch.json

-21
This file was deleted.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"@types/cli-table": "^0.3.0",
1717
"@types/jest": "^24.0.18",
1818
"@types/js-yaml": "^3.12.1",
19+
"@types/mock-fs": "^3.6.30",
1920
"@types/node": "^12.7.4",
2021
"@types/node-emoji": "^1.8.1",
2122
"@types/shelljs": "^0.8.5",
@@ -50,7 +51,6 @@
5051
]
5152
},
5253
"dependencies": {
53-
"@types/mock-fs": "^3.6.30",
5454
"azure-devops-node-api": "^9.0.1",
5555
"cli-table": "^0.3.1",
5656
"commander": "^3.0.1",

0 commit comments

Comments
 (0)