style: lint fix (#64) #332
Annotations
12 warnings
Test (ubuntu-latest)
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/.
|
Test (ubuntu-latest):
README.md#L43
'TsconfigResult' is defined but never used. Allowed unused vars must match /^_/u
|
Test (ubuntu-latest):
README.md#L144
'FileMatcher' is defined but never used. Allowed unused vars must match /^_/u
|
Test (ubuntu-latest):
README.md#L172
'distCode' is assigned a value but never used. Allowed unused vars must match /^_/u
|
Test (ubuntu-latest):
README.md#L186
'pathsMatcher' is defined but never used. Allowed unused vars must match /^_/u
|
Test (ubuntu-latest):
README.md#L199
'exampleResolver' is assigned a value but never used. Allowed unused vars must match /^_/u
|
Test (ubuntu-latest):
README.md#L201
'tryPaths' is assigned a value but never used. Allowed unused vars must match /^_/u
|
Test (ubuntu-latest):
README.md#L230
'parsedTsconfig' is assigned a value but never used. Allowed unused vars must match /^_/u
|
Test (ubuntu-latest):
src/parse-tsconfig/index.ts#L80
Arrow function has a complexity of 21. Maximum allowed is 10
|
Test (ubuntu-latest):
src/parse-tsconfig/resolve-extends-path.ts#L67
Arrow function has a complexity of 33. Maximum allowed is 10
|
Test (ubuntu-latest):
src/utils/find-up.ts#L10
Unexpected constant condition
|
Test (windows-latest)
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/.
|