fix(core): update
This commit is contained in:
		| @@ -123,9 +123,9 @@ trigger: | ||||
| pages: | ||||
|   stage: metadata | ||||
|   script: | ||||
|     - npmci node install lts | ||||
|     - npmci command npm install -g @gitzone/tsdoc | ||||
|     - npmci node install stable | ||||
|     - npmci npm prepare | ||||
|     - npmci command npm install -g @gitzone/tsdoc | ||||
|     - npmci npm install | ||||
|     - npmci command tsdoc | ||||
|   tags: | ||||
|   | ||||
| @@ -1,4 +1,4 @@ | ||||
| import * as plugins from './smartpath.plugins.js' | ||||
| import * as plugins from './smartpath.plugins.js'; | ||||
| export type TPathType = 'url' | 'local'; | ||||
|  | ||||
| /** | ||||
| @@ -18,7 +18,7 @@ export const type = (pathStringArg: string): TPathType => { | ||||
|  */ | ||||
| export const dirnameFromImportMetaUrl = (importMetaUrlArg: string) => { | ||||
|   return plugins.path.dirname(plugins.url.fileURLToPath(importMetaUrlArg)); | ||||
| } | ||||
| }; | ||||
|  | ||||
| /** | ||||
|  * returns homedir as absolute path | ||||
|   | ||||
							
								
								
									
										17
									
								
								tslint.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										17
									
								
								tslint.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,17 @@ | ||||
| { | ||||
|   "extends": ["tslint:latest", "tslint-config-prettier"], | ||||
|   "rules": { | ||||
|     "semicolon": [true, "always"], | ||||
|     "no-console": false, | ||||
|     "ordered-imports": false, | ||||
|     "object-literal-sort-keys": false, | ||||
|     "member-ordering": { | ||||
|       "options":{ | ||||
|         "order": [ | ||||
|           "static-method" | ||||
|         ] | ||||
|       } | ||||
|     } | ||||
|   }, | ||||
|   "defaultSeverity": "warning" | ||||
| } | ||||
		Reference in New Issue
	
	Block a user