mirror of https://github.com/grpc/grpc-node.git
grpc-js: linting fix no-unpublished-import for ts
This commit is contained in:
parent
16ec0f0f64
commit
f4e295cdce
|
@ -2,6 +2,9 @@
|
|||
"root": true,
|
||||
"extends": "./node_modules/gts",
|
||||
"rules": {
|
||||
"@typescript-eslint/no-explicit-any": "off"
|
||||
"@typescript-eslint/no-explicit-any": "off",
|
||||
"node/no-unpublished-import": ["error", {
|
||||
"tryExtensions": [".ts", ".js", ".json", ".node"]
|
||||
}]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue