⚙️ Chore(app): change folder structure and add some functions #2
Annotations
4 errors and 6 warnings
Deploy:
src/cli/init.ts#L11
Returning a void expression from an arrow function shorthand is forbidden. Please add braces to the arrow function
|
Deploy:
src/function/checkSystem.ts#L3
Union type System constituents must be sorted
|
Deploy:
src/function/checkSystem.ts#L9
Unnecessary 'else' after 'return'
|
Deploy
Process completed with exit code 1.
|
Deploy
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Deploy:
src/cli/default.ts#L1
'spawnSync' is defined but never used
|
Deploy:
src/cli/default.ts#L3
'join' is defined but never used
|
Deploy:
src/cli/init.ts#L8
Async arrow function has no 'await' expression
|
Deploy:
src/cli/init.ts#L10
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
Deploy:
src/index.ts#L5
'join' is defined but never used
|