Unwrap default exports in CJS under default property #127
Annotations
10 warnings
Lint:
src/utils/parse-package-json/get-external-dependencies.ts#L11
Arrow function has a complexity of 13. Maximum allowed is 10
|
Lint:
src/utils/log.ts#L7
Unexpected console statement
|
Lint:
src/utils/get-entry-points/get-package-exports.ts#L112
Arrow function has a complexity of 12. Maximum allowed is 10
|
Lint:
src/rollup/get-rollup-configs.ts#L44
Async arrow function has too many parameters (6). Maximum allowed is 5
|
Lint:
src/rollup/get-rollup-configs.ts#L17
This line has 2 statements. Maximum allowed is 1
|
Lint:
src/rollup/configs/pkg.ts#L18
Maximum number of dependencies (15) exceeded
|
Lint:
src/cli.ts#L254
Unexpected console statement
|
Lint:
src/cli.ts#L157
Unexpected console statement
|
Lint:
src/cli.ts#L16
Maximum number of dependencies (15) exceeded
|
Lint:
README.md#L210
'fs' is defined but never used
|
Loading