WIP: Merge 'dev' into 'main' #1
|
@ -5,7 +5,7 @@
|
||||||
"semi": true,
|
"semi": true,
|
||||||
"singleQuote": true,
|
"singleQuote": true,
|
||||||
"trailingComma": "es5",
|
"trailingComma": "es5",
|
||||||
"bracketSpacing": false,
|
"bracketSpacing": true,
|
||||||
"arrowParens": "always",
|
"arrowParens": "always",
|
||||||
"endOfLine": "lf"
|
"endOfLine": "lf"
|
||||||
}
|
}
|
||||||
|
|
|
@ -20,7 +20,7 @@ class PmInstall extends This {
|
||||||
const pmInstall = new PmInstall();
|
const pmInstall = new PmInstall();
|
||||||
// Output: Methods of ExampleClass: [ 'methodOne', 'methodTwo' ]
|
// Output: Methods of ExampleClass: [ 'methodOne', 'methodTwo' ]
|
||||||
// Properties of ExampleClass: [ 'propertyOne', 'propertyTwo', 'version' ] and Version: 1.1.0
|
// Properties of ExampleClass: [ 'propertyOne', 'propertyTwo', 'version' ] and Version: 1.1.0
|
||||||
pmInstall.discovery();
|
// pmInstall.discovery();
|
||||||
|
|
||||||
program
|
program
|
||||||
.name(this.scriptName)
|
.name(this.scriptName)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user