WIP: Merge 'dev' into 'main' #1

Draft
ID19810919hisaDClr wants to merge 12 commits from dev into main
5 changed files with 38 additions and 38 deletions
Showing only changes of commit b3b2505a97 - Show all commits

View File

@ -5,7 +5,7 @@
"semi": true,
"singleQuote": true,
"trailingComma": "es5",
"bracketSpacing": false,
"bracketSpacing": true,
"arrowParens": "always",
"endOfLine": "lf"
}

View File

@ -20,7 +20,7 @@ class PmInstall extends This {
const pmInstall = new PmInstall();
// Output: Methods of ExampleClass: [ 'methodOne', 'methodTwo' ]
// Properties of ExampleClass: [ 'propertyOne', 'propertyTwo', 'version' ] and Version: 1.1.0
pmInstall.discovery();
// pmInstall.discovery();
program
.name(this.scriptName)