File tree Expand file tree Collapse file tree 5 files changed +1774
-1755
lines changed Expand file tree Collapse file tree 5 files changed +1774
-1755
lines changed Original file line number Diff line number Diff line change @@ -81,11 +81,11 @@ export default class CodeContextBuilder {
81
81
return codeContext
82
82
} // eslint-disable-next-line class-methods-use-this
83
83
84
- /** @deprecated use {getShebang} function */ getShebang ( arg ) {
84
+ /** @deprecated Use {getShebang} function */ getShebang ( arg ) {
85
85
return getShebang ( arg )
86
86
} // eslint-disable-next-line class-methods-use-this
87
87
88
- /** @deprecated use {getLang} function */ getLang ( arg ) {
88
+ /** @deprecated Use {getLang} function */ getLang ( arg ) {
89
89
return getLang ( arg )
90
90
}
91
91
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ export default class CommandContext {
48
48
return commandContext
49
49
} // eslint-disable-next-line class-methods-use-this
50
50
51
- /** @deprecated use {quoteArguments} function */
51
+ /** @deprecated Use {quoteArguments} function */
52
52
/* eslint-disable-next-line class-methods-use-this */
53
53
quoteArguments ( args ) {
54
54
return quoteArguments ( args )
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ const GrammarUtils = {
71
71
return [ "-c" , command ]
72
72
} ,
73
73
74
- /** get workingDirectory */
74
+ /** Get workingDirectory */
75
75
workingDirectory ( ) {
76
76
const textEditor = atom . workspace . getActiveTextEditor ( )
77
77
if ( textEditor !== undefined ) {
Original file line number Diff line number Diff line change 37
37
},
38
38
"devDependencies" : {
39
39
"@types/atom" : " ^1.40.10" ,
40
- "@types/jasmine" : " ^3.6.7 " ,
41
- "@types/node" : " ^14.14.35 " ,
40
+ "@types/jasmine" : " ^3.6.10 " ,
41
+ "@types/node" : " ^15.0.1 " ,
42
42
"@types/rimraf" : " ^3.0.0" ,
43
- "@types/temp" : " ^0.8.34 " ,
44
- "@types/underscore" : " ^1.11.0 " ,
43
+ "@types/temp" : " ^0.9.0 " ,
44
+ "@types/underscore" : " ^1.11.2 " ,
45
45
"@types/uuid" : " ^8.3.0" ,
46
- "eslint" : " ^7.22 .0" ,
47
- "eslint-config-atomic" : " ^1.12.4 " ,
46
+ "eslint" : " ^7.25 .0" ,
47
+ "eslint-config-atomic" : " ^1.14.3 " ,
48
48
"prettier" : " ^2.2.1" ,
49
- "prettier-config-atomic" : " ^1 .0.1 "
49
+ "prettier-config-atomic" : " ^2 .0.3 "
50
50
},
51
51
"activationCommands" : {
52
52
"atom-text-editor" : [
You can’t perform that action at this time.
0 commit comments