AVVS
|
e0b900dd69
|
feat: channelz improvements, idle timeout implementation
|
2024-02-27 13:28:05 -08:00 |
Dan Rumney
|
e3522bb53b
|
refactor(grpc-js): convert from gts to eslint/prettier/tsconfig
GTS provides config for ESLint, Prettier and TSConfig; this commit removes GTS, but brings over the configuration details
Fixes #2464
|
2023-06-15 12:54:15 -05:00 |
Michael Lumish
|
b489935b7c
|
grpc-js: Fix how package.json is loaded
|
2020-04-14 13:58:12 -07:00 |
Patrick Remy
|
a4d3f290eb
|
grpc-js: linter disable no-unused-vars
Make prettier happy and move eslint-disable comment
|
2020-04-11 16:11:13 +02:00 |
Patrick Remy
|
53f3daa685
|
Revert "grpc-js: allow any for linting globally"
This reverts commit 16ec0f0f64 and
replaces tslint-disable statements by eslint-disable.
|
2020-04-10 11:03:53 +02:00 |
Patrick Remy
|
f4e295cdce
|
grpc-js: linting fix no-unpublished-import for ts
|
2020-04-09 11:53:13 +02:00 |
Patrick Remy
|
16ec0f0f64
|
grpc-js: allow any for linting globally
The any type is purposely used. All functions validate their input at runtime.
|
2020-04-09 11:52:24 +02:00 |