feat: support for juno.config.ts or juno.config.js config files #60
Annotations
9 errors and 8 warnings
build:
src/configs/juno.config.ts#L127
Type 'JunoConfig | ((config: JunoConfig) => JunoConfig)' is not assignable to type 'JunoConfig'.
|
build:
src/utils/node.utils.ts#L4
Cannot find module '@junobuild/types' or its corresponding type declarations.
|
build
Process completed with exit code 2.
|
format
Process completed with exit code 1.
|
lint:
src/configs/juno.config.ts#L1
Delete `,·readFileSync`
|
lint:
src/configs/juno.config.ts#L110
Delete `⏎`
|
lint:
src/utils/node.utils.ts#L4
Delete `*·as·tst·from·"@junobuild/types";⏎import·`
|
lint:
src/utils/node.utils.ts#L30
Replace `⏎` with `;`
|
lint
Process completed with exit code 1.
|
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
format
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
format
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
lint:
src/configs/juno.config.ts#L1
'readFileSync' is defined but never used. Allowed unused vars must match /^_/u
|
lint:
src/utils/node.utils.ts#L4
'tst' is defined but never used. Allowed unused vars must match /^_/u
|