File tree 4 files changed +1028
-720
lines changed
4 files changed +1028
-720
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ module.exports = {
3
3
extends : [
4
4
'airbnb-base' ,
5
5
'plugin:@typescript-eslint/recommended' ,
6
- 'prettier/@typescript-eslint' ,
7
6
'plugin:prettier/recommended' ,
8
7
] ,
9
8
env : {
Original file line number Diff line number Diff line change 16
16
"dockerkit" : " node src/DockerKit"
17
17
},
18
18
"devDependencies" : {
19
- "@types/dockerode" : " ^2.5.34 " ,
20
- "@types/node" : " ^14.11 .2" ,
19
+ "@types/dockerode" : " ^3.2.7 " ,
20
+ "@types/node" : " ^16.10 .2" ,
21
21
"@types/node-persist" : " ^3.1.0" ,
22
22
"@typescript-eslint/eslint-plugin" : " ^4.3.0" ,
23
23
"@typescript-eslint/parser" : " ^4.3.0" ,
24
24
"eslint" : " ^7.10.0" ,
25
25
"eslint-config-airbnb-base" : " ^14.2.0" ,
26
- "eslint-config-prettier" : " ^6.12 .0" ,
26
+ "eslint-config-prettier" : " ^8.3 .0" ,
27
27
"eslint-plugin-import" : " ^2.22.1" ,
28
- "eslint-plugin-prettier" : " ^3.1.4 " ,
28
+ "eslint-plugin-prettier" : " ^4.0.0 " ,
29
29
"prettier" : " ^2.1.2" ,
30
+ "ts-node" : " ^10.2.1" ,
30
31
"typescript" : " ^4.0.3"
31
32
}
32
33
}
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ export default class Switch {
27
27
this . State = state ;
28
28
} catch ( e ) {
29
29
console . error ( `Unable to set new state for "${ name } "` ) ;
30
- console . error ( e . message ) ;
30
+ console . error ( e ) ;
31
31
}
32
32
}
33
33
} ,
You can’t perform that action at this time.
0 commit comments