mirror of
https://github.com/grpc/grpc-node.git
synced 2025-12-08 18:23:54 +00:00
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…
x
Reference in New Issue
Block a user