Feat/nestjs s3 client #105
Errors 1536, Warnings 0
Found 1536 errors and 0 warnings
Annotations
Check failure on line 1 in examples/grpc-http-proxy/proto/index.ts
github-actions / Lint
(unknown): Parsing error: ESLint was configured to run on `<tsconfigRootDir>/examples/grpc-http-proxy/proto/index.ts` using `parserOptions.project`: <tsconfigRootDir>/tsconfig.json However, that TSConfig does not include this file. Either: - Change ESLint's list of included files to not include this file - Change that TSConfig to include this file - Create a new TSConfig that includes this file and include it in your parserOptions.project See the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file
Parsing error: ESLint was configured to run on `<tsconfigRootDir>/examples/grpc-http-proxy/proto/index.ts` using `parserOptions.project`: <tsconfigRootDir>/tsconfig.json
However, that TSConfig does not include this file. Either:
- Change ESLint's list of included files to not include this file
- Change that TSConfig to include this file
- Create a new TSConfig that includes this file and include it in your parserOptions.project
See the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file
Raw output
1 | export * from './examples/echo/v1/echo'
2 |
Check failure on line 1 in examples/grpc-http-proxy/src/bootstrap.ts
github-actions / Lint
(unknown): Parsing error: ESLint was configured to run on `<tsconfigRootDir>/examples/grpc-http-proxy/src/bootstrap.ts` using `parserOptions.project`: <tsconfigRootDir>/tsconfig.json However, that TSConfig does not include this file. Either: - Change ESLint's list of included files to not include this file - Change that TSConfig to include this file - Create a new TSConfig that includes this file and include it in your parserOptions.project See the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file
Parsing error: ESLint was configured to run on `<tsconfigRootDir>/examples/grpc-http-proxy/src/bootstrap.ts` using `parserOptions.project`: <tsconfigRootDir>/tsconfig.json
However, that TSConfig does not include this file. Either:
- Change ESLint's list of included files to not include this file
- Change that TSConfig to include this file
- Create a new TSConfig that includes this file and include it in your parserOptions.project
See the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file
Raw output
1 | import { NestFactory } from '@nestjs/core'
2 |
3 | import { GrpcHttpProxyAppModule } from './grpc-http-proxy-app.module'
Check failure on line 1 in examples/grpc-http-proxy/src/grpc-http-proxy-app.module.ts
github-actions / Lint
(unknown): Parsing error: ESLint was configured to run on `<tsconfigRootDir>/examples/grpc-http-proxy/src/grpc-http-proxy-app.module.ts` using `parserOptions.project`: <tsconfigRootDir>/tsconfig.json However, that TSConfig does not include this file. Either: - Change ESLint's list of included files to not include this file - Change that TSConfig to include this file - Create a new TSConfig that includes this file and include it in your parserOptions.project See the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file
Parsing error: ESLint was configured to run on `<tsconfigRootDir>/examples/grpc-http-proxy/src/grpc-http-proxy-app.module.ts` using `parserOptions.project`: <tsconfigRootDir>/tsconfig.json
However, that TSConfig does not include this file. Either:
- Change ESLint's list of included files to not include this file
- Change that TSConfig to include this file
- Create a new TSConfig that includes this file and include it in your parserOptions.project
See the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file
Raw output
1 | import { Module } from '@nestjs/common'
2 |
3 | import { GrpcHttpProxyModule } from '@atls/nestjs-grpc-http-proxy'
Check failure on line 1 in examples/grpc-http-proxy/src/index.ts
github-actions / Lint
(unknown): Parsing error: ESLint was configured to run on `<tsconfigRootDir>/examples/grpc-http-proxy/src/index.ts` using `parserOptions.project`: <tsconfigRootDir>/tsconfig.json However, that TSConfig does not include this file. Either: - Change ESLint's list of included files to not include this file - Change that TSConfig to include this file - Create a new TSConfig that includes this file and include it in your parserOptions.project See the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file
Parsing error: ESLint was configured to run on `<tsconfigRootDir>/examples/grpc-http-proxy/src/index.ts` using `parserOptions.project`: <tsconfigRootDir>/tsconfig.json
However, that TSConfig does not include this file. Either:
- Change ESLint's list of included files to not include this file
- Change that TSConfig to include this file
- Create a new TSConfig that includes this file and include it in your parserOptions.project
See the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file
Raw output
1 | import './bootstrap'
2 |
Check failure on line 1 in examples/grpc-http-proxy/src/proto.d.ts
github-actions / Lint
(unknown): Parsing error: ESLint was configured to run on `<tsconfigRootDir>/examples/grpc-http-proxy/src/proto.d.ts` using `parserOptions.project`: <tsconfigRootDir>/tsconfig.json However, that TSConfig does not include this file. Either: - Change ESLint's list of included files to not include this file - Change that TSConfig to include this file - Create a new TSConfig that includes this file and include it in your parserOptions.project See the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file
Parsing error: ESLint was configured to run on `<tsconfigRootDir>/examples/grpc-http-proxy/src/proto.d.ts` using `parserOptions.project`: <tsconfigRootDir>/tsconfig.json
However, that TSConfig does not include this file. Either:
- Change ESLint's list of included files to not include this file
- Change that TSConfig to include this file
- Create a new TSConfig that includes this file and include it in your parserOptions.project
See the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file
Raw output
1 | declare module '*.proto'
2 |
Check failure on line 1 in examples/grpc-http-proxy/src/server.options.ts
github-actions / Lint
(unknown): Parsing error: ESLint was configured to run on `<tsconfigRootDir>/examples/grpc-http-proxy/src/server.options.ts` using `parserOptions.project`: <tsconfigRootDir>/tsconfig.json However, that TSConfig does not include this file. Either: - Change ESLint's list of included files to not include this file - Change that TSConfig to include this file - Create a new TSConfig that includes this file and include it in your parserOptions.project See the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file
Parsing error: ESLint was configured to run on `<tsconfigRootDir>/examples/grpc-http-proxy/src/server.options.ts` using `parserOptions.project`: <tsconfigRootDir>/tsconfig.json
However, that TSConfig does not include this file. Either:
- Change ESLint's list of included files to not include this file
- Change that TSConfig to include this file
- Create a new TSConfig that includes this file and include it in your parserOptions.project
See the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file
Raw output
1 | /// <reference path='./proto.d.ts'/>
2 |
3 | import { Transport } from '@nestjs/microservices'
Check failure on line 1 in examples/grpc-playground/proto/index.ts
github-actions / Lint
(unknown): Parsing error: ESLint was configured to run on `<tsconfigRootDir>/examples/grpc-playground/proto/index.ts` using `parserOptions.project`: <tsconfigRootDir>/tsconfig.json However, that TSConfig does not include this file. Either: - Change ESLint's list of included files to not include this file - Change that TSConfig to include this file - Create a new TSConfig that includes this file and include it in your parserOptions.project See the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file
Parsing error: ESLint was configured to run on `<tsconfigRootDir>/examples/grpc-playground/proto/index.ts` using `parserOptions.project`: <tsconfigRootDir>/tsconfig.json
However, that TSConfig does not include this file. Either:
- Change ESLint's list of included files to not include this file
- Change that TSConfig to include this file
- Create a new TSConfig that includes this file and include it in your parserOptions.project
See the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file
Raw output
1 | export * from './examples/playground/v1/playground'
2 |
Check failure on line 1 in examples/grpc-playground/src/bootstrap.ts
github-actions / Lint
(unknown): Parsing error: ESLint was configured to run on `<tsconfigRootDir>/examples/grpc-playground/src/bootstrap.ts` using `parserOptions.project`: <tsconfigRootDir>/tsconfig.json However, that TSConfig does not include this file. Either: - Change ESLint's list of included files to not include this file - Change that TSConfig to include this file - Create a new TSConfig that includes this file and include it in your parserOptions.project See the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file
Parsing error: ESLint was configured to run on `<tsconfigRootDir>/examples/grpc-playground/src/bootstrap.ts` using `parserOptions.project`: <tsconfigRootDir>/tsconfig.json
However, that TSConfig does not include this file. Either:
- Change ESLint's list of included files to not include this file
- Change that TSConfig to include this file
- Create a new TSConfig that includes this file and include it in your parserOptions.project
See the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file
Raw output
1 | import { NestFactory } from '@nestjs/core'
2 |
3 | import { GrpcPlaygroundAppModule } from './grpc-playground-app.module'
Check failure on line 1 in examples/grpc-playground/src/grpc-playground-app.module.ts
github-actions / Lint
(unknown): Parsing error: ESLint was configured to run on `<tsconfigRootDir>/examples/grpc-playground/src/grpc-playground-app.module.ts` using `parserOptions.project`: <tsconfigRootDir>/tsconfig.json However, that TSConfig does not include this file. Either: - Change ESLint's list of included files to not include this file - Change that TSConfig to include this file - Create a new TSConfig that includes this file and include it in your parserOptions.project See the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file
Parsing error: ESLint was configured to run on `<tsconfigRootDir>/examples/grpc-playground/src/grpc-playground-app.module.ts` using `parserOptions.project`: <tsconfigRootDir>/tsconfig.json
However, that TSConfig does not include this file. Either:
- Change ESLint's list of included files to not include this file
- Change that TSConfig to include this file
- Create a new TSConfig that includes this file and include it in your parserOptions.project
See the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file
Raw output
1 | import { Module } from '@nestjs/common'
2 |
3 | import { GrpcPlaygroundModule } from '@atls/nestjs-grpc-playground'
Check failure on line 1 in examples/grpc-playground/src/index.ts
github-actions / Lint
(unknown): Parsing error: ESLint was configured to run on `<tsconfigRootDir>/examples/grpc-playground/src/index.ts` using `parserOptions.project`: <tsconfigRootDir>/tsconfig.json However, that TSConfig does not include this file. Either: - Change ESLint's list of included files to not include this file - Change that TSConfig to include this file - Create a new TSConfig that includes this file and include it in your parserOptions.project See the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file
Parsing error: ESLint was configured to run on `<tsconfigRootDir>/examples/grpc-playground/src/index.ts` using `parserOptions.project`: <tsconfigRootDir>/tsconfig.json
However, that TSConfig does not include this file. Either:
- Change ESLint's list of included files to not include this file
- Change that TSConfig to include this file
- Create a new TSConfig that includes this file and include it in your parserOptions.project
See the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file
Raw output
1 | import './bootstrap'
2 |
Check failure on line 1 in examples/grpc-playground/src/proto.d.ts
github-actions / Lint
(unknown): Parsing error: ESLint was configured to run on `<tsconfigRootDir>/examples/grpc-playground/src/proto.d.ts` using `parserOptions.project`: <tsconfigRootDir>/tsconfig.json However, that TSConfig does not include this file. Either: - Change ESLint's list of included files to not include this file - Change that TSConfig to include this file - Create a new TSConfig that includes this file and include it in your parserOptions.project See the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file
Parsing error: ESLint was configured to run on `<tsconfigRootDir>/examples/grpc-playground/src/proto.d.ts` using `parserOptions.project`: <tsconfigRootDir>/tsconfig.json
However, that TSConfig does not include this file. Either:
- Change ESLint's list of included files to not include this file
- Change that TSConfig to include this file
- Create a new TSConfig that includes this file and include it in your parserOptions.project
See the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file
Raw output
1 | declare module '*.proto'
2 |
Check failure on line 1 in examples/grpc-playground/src/server.options.ts
github-actions / Lint
(unknown): Parsing error: ESLint was configured to run on `<tsconfigRootDir>/examples/grpc-playground/src/server.options.ts` using `parserOptions.project`: <tsconfigRootDir>/tsconfig.json However, that TSConfig does not include this file. Either: - Change ESLint's list of included files to not include this file - Change that TSConfig to include this file - Create a new TSConfig that includes this file and include it in your parserOptions.project See the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file
Parsing error: ESLint was configured to run on `<tsconfigRootDir>/examples/grpc-playground/src/server.options.ts` using `parserOptions.project`: <tsconfigRootDir>/tsconfig.json
However, that TSConfig does not include this file. Either:
- Change ESLint's list of included files to not include this file
- Change that TSConfig to include this file
- Create a new TSConfig that includes this file and include it in your parserOptions.project
See the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file
Raw output
1 | /// <reference path='./proto.d.ts'/>
2 |
3 | import { Transport } from '@nestjs/microservices'
Check failure on line 1 in examples/grpc-reflection/proto/index.ts
github-actions / Lint
(unknown): Parsing error: ESLint was configured to run on `<tsconfigRootDir>/examples/grpc-reflection/proto/index.ts` using `parserOptions.project`: <tsconfigRootDir>/tsconfig.json However, that TSConfig does not include this file. Either: - Change ESLint's list of included files to not include this file - Change that TSConfig to include this file - Create a new TSConfig that includes this file and include it in your parserOptions.project See the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file
Parsing error: ESLint was configured to run on `<tsconfigRootDir>/examples/grpc-reflection/proto/index.ts` using `parserOptions.project`: <tsconfigRootDir>/tsconfig.json
However, that TSConfig does not include this file. Either:
- Change ESLint's list of included files to not include this file
- Change that TSConfig to include this file
- Create a new TSConfig that includes this file and include it in your parserOptions.project
See the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file
Raw output
1 | export * from './examples/echo/v1/echo'
2 |
Check failure on line 1 in examples/grpc-reflection/src/bootstrap.ts
github-actions / Lint
(unknown): Parsing error: ESLint was configured to run on `<tsconfigRootDir>/examples/grpc-reflection/src/bootstrap.ts` using `parserOptions.project`: <tsconfigRootDir>/tsconfig.json However, that TSConfig does not include this file. Either: - Change ESLint's list of included files to not include this file - Change that TSConfig to include this file - Create a new TSConfig that includes this file and include it in your parserOptions.project See the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file
Parsing error: ESLint was configured to run on `<tsconfigRootDir>/examples/grpc-reflection/src/bootstrap.ts` using `parserOptions.project`: <tsconfigRootDir>/tsconfig.json
However, that TSConfig does not include this file. Either:
- Change ESLint's list of included files to not include this file
- Change that TSConfig to include this file
- Create a new TSConfig that includes this file and include it in your parserOptions.project
See the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file
Raw output
1 | import { NestFactory } from '@nestjs/core'
2 |
3 | import { GrpcReflectionAppModule } from './grpc-reflection-app.module'
Check failure on line 1 in examples/grpc-reflection/src/grpc-reflection-app.module.ts
github-actions / Lint
(unknown): Parsing error: ESLint was configured to run on `<tsconfigRootDir>/examples/grpc-reflection/src/grpc-reflection-app.module.ts` using `parserOptions.project`: <tsconfigRootDir>/tsconfig.json However, that TSConfig does not include this file. Either: - Change ESLint's list of included files to not include this file - Change that TSConfig to include this file - Create a new TSConfig that includes this file and include it in your parserOptions.project See the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file
Parsing error: ESLint was configured to run on `<tsconfigRootDir>/examples/grpc-reflection/src/grpc-reflection-app.module.ts` using `parserOptions.project`: <tsconfigRootDir>/tsconfig.json
However, that TSConfig does not include this file. Either:
- Change ESLint's list of included files to not include this file
- Change that TSConfig to include this file
- Create a new TSConfig that includes this file and include it in your parserOptions.project
See the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file
Raw output
1 | import { Module } from '@nestjs/common'
2 |
3 | import { GrpcReflectionModule } from '@atls/nestjs-grpc-reflection'
Check failure on line 1 in examples/grpc-reflection/src/index.ts
github-actions / Lint
(unknown): Parsing error: ESLint was configured to run on `<tsconfigRootDir>/examples/grpc-reflection/src/index.ts` using `parserOptions.project`: <tsconfigRootDir>/tsconfig.json However, that TSConfig does not include this file. Either: - Change ESLint's list of included files to not include this file - Change that TSConfig to include this file - Create a new TSConfig that includes this file and include it in your parserOptions.project See the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file
Parsing error: ESLint was configured to run on `<tsconfigRootDir>/examples/grpc-reflection/src/index.ts` using `parserOptions.project`: <tsconfigRootDir>/tsconfig.json
However, that TSConfig does not include this file. Either:
- Change ESLint's list of included files to not include this file
- Change that TSConfig to include this file
- Create a new TSConfig that includes this file and include it in your parserOptions.project
See the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file
Raw output
1 | import './bootstrap'
2 |
Check failure on line 1 in examples/grpc-reflection/src/proto.d.ts
github-actions / Lint
(unknown): Parsing error: ESLint was configured to run on `<tsconfigRootDir>/examples/grpc-reflection/src/proto.d.ts` using `parserOptions.project`: <tsconfigRootDir>/tsconfig.json However, that TSConfig does not include this file. Either: - Change ESLint's list of included files to not include this file - Change that TSConfig to include this file - Create a new TSConfig that includes this file and include it in your parserOptions.project See the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file
Parsing error: ESLint was configured to run on `<tsconfigRootDir>/examples/grpc-reflection/src/proto.d.ts` using `parserOptions.project`: <tsconfigRootDir>/tsconfig.json
However, that TSConfig does not include this file. Either:
- Change ESLint's list of included files to not include this file
- Change that TSConfig to include this file
- Create a new TSConfig that includes this file and include it in your parserOptions.project
See the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file
Raw output
1 | declare module '*.proto'
2 |
Check failure on line 1 in examples/grpc-reflection/src/server.options.ts
github-actions / Lint
(unknown): Parsing error: ESLint was configured to run on `<tsconfigRootDir>/examples/grpc-reflection/src/server.options.ts` using `parserOptions.project`: <tsconfigRootDir>/tsconfig.json However, that TSConfig does not include this file. Either: - Change ESLint's list of included files to not include this file - Change that TSConfig to include this file - Create a new TSConfig that includes this file and include it in your parserOptions.project See the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file
Parsing error: ESLint was configured to run on `<tsconfigRootDir>/examples/grpc-reflection/src/server.options.ts` using `parserOptions.project`: <tsconfigRootDir>/tsconfig.json
However, that TSConfig does not include this file. Either:
- Change ESLint's list of included files to not include this file
- Change that TSConfig to include this file
- Create a new TSConfig that includes this file and include it in your parserOptions.project
See the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file
Raw output
1 | /// <reference path='./proto.d.ts'/>
2 |
3 | import { Transport } from '@nestjs/microservices'
Check failure on line 7 in packages/nestjs-grpc-identity/integration/grpc-identity.test.ts
github-actions / Lint
(@typescript-eslint/consistent-type-imports): All imports in the declaration are only used as types. Use `import type`.
All imports in the declaration are only used as types. Use `import type`.
Raw output
4 |
5 | import { Metadata } from '@grpc/grpc-js'
> 6 | import { INestMicroservice } from '@nestjs/common'
| ^
7 | import { ClientsModule } from '@nestjs/microservices'
8 | import { Transport } from '@nestjs/microservices'
9 | import { Test } from '@nestjs/testing'
Check failure on line 21 in packages/nestjs-grpc-identity/integration/grpc-identity.test.ts
github-actions / Lint
(@typescript-eslint/no-unsafe-call): Unsafe call of an `any` typed value.
Unsafe call of an `any` typed value.
Raw output
18 | import { serverOptions } from './src'
19 |
> 20 | describe('grpc identity', () => {
| ^
21 | let service: INestMicroservice
22 | let client
23 |
Check failure on line 25 in packages/nestjs-grpc-identity/integration/grpc-identity.test.ts
github-actions / Lint
(@typescript-eslint/no-unsafe-call): Unsafe call of an `any` typed value.
Unsafe call of an `any` typed value.
Raw output
22 | let client
23 |
> 24 | beforeAll(async () => {
| ^
25 | const servicePort = await getPort()
26 |
27 | const module = await Test.createTestingModule({
Check failure on line 28 in packages/nestjs-grpc-identity/integration/grpc-identity.test.ts
github-actions / Lint
(@next/next/no-assign-module-variable): Do not assign to the variable `module`. See: https://nextjs.org/docs/messages/no-assign-module-variable
Do not assign to the variable `module`. See: https://nextjs.org/docs/messages/no-assign-module-variable
Raw output
25 | const servicePort = await getPort()
26 |
> 27 | const module = await Test.createTestingModule({
| ^
28 | imports: [
29 | GrpcIdentityIntegrationModule,
30 | ClientsModule.register([
Check failure on line 63 in packages/nestjs-grpc-identity/integration/grpc-identity.test.ts
github-actions / Lint
(@typescript-eslint/no-unsafe-call): Unsafe call of an `any` typed value.
Unsafe call of an `any` typed value.
Raw output
60 | await service.listen()
61 |
> 62 | client = service.get('client').getService('TestService')
| ^
63 | })
64 |
65 | afterAll(async () => {
Check failure on line 66 in packages/nestjs-grpc-identity/integration/grpc-identity.test.ts
github-actions / Lint
(@typescript-eslint/no-unsafe-call): Unsafe call of an `any` typed value.
Unsafe call of an `any` typed value.
Raw output
63 | })
64 |
> 65 | afterAll(async () => {
| ^
66 | await service.close()
67 | })
68 |
Check failure on line 70 in packages/nestjs-grpc-identity/integration/grpc-identity.test.ts
github-actions / Lint
(@typescript-eslint/no-unsafe-call): Unsafe call of an `any` typed value.
Unsafe call of an `any` typed value.
Raw output
67 | })
68 |
> 69 | it(`check success`, async () => {
| ^
70 | const privateKey = readFileSync(join(__dirname, 'src/.jwks.pem'), 'utf-8')
71 |
72 | const token = sign({ sub: 'test' }, privateKey, { algorithm: 'RS256' })