style: lint fix (#64) #332
Annotations
11 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, pnpm/action-setup@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Lint:
README.md#L43
'TsconfigResult' is defined but never used. Allowed unused vars must match /^_/u
|
Lint:
README.md#L144
'FileMatcher' is defined but never used. Allowed unused vars must match /^_/u
|
Lint:
README.md#L172
'distCode' is assigned a value but never used. Allowed unused vars must match /^_/u
|
Lint:
README.md#L186
'pathsMatcher' is defined but never used. Allowed unused vars must match /^_/u
|
Lint:
README.md#L199
'exampleResolver' is assigned a value but never used. Allowed unused vars must match /^_/u
|
Lint:
README.md#L201
'tryPaths' is assigned a value but never used. Allowed unused vars must match /^_/u
|
Lint:
README.md#L230
'parsedTsconfig' is assigned a value but never used. Allowed unused vars must match /^_/u
|
Lint:
src/parse-tsconfig/index.ts#L80
Arrow function has a complexity of 21. Maximum allowed is 10
|
Lint:
src/parse-tsconfig/resolve-extends-path.ts#L67
Arrow function has a complexity of 33. Maximum allowed is 10
|
Lint:
src/utils/find-up.ts#L10
Unexpected constant condition
|
Loading