Revert "build: disable must-use-promises check in ts_library tsetse for tests as... (#31019)" (#31267)
This reverts commit 5bec68369226ba6a3a13afbf0b7862abfdf04109. Reason: this causes failures in g3 with i18n extraction. See #31267. PR Close #31267
This commit is contained in:
parent
5eb4691dec
commit
44b1ce6c72
@ -5,10 +5,6 @@
|
|||||||
"extends": "./tsconfig-build.json",
|
"extends": "./tsconfig-build.json",
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"types": ["node", "jasmine"],
|
"types": ["node", "jasmine"],
|
||||||
"plugins": [{
|
|
||||||
"name": "@bazel/tsetse",
|
|
||||||
"disabledRules": ["must-use-promises"],
|
|
||||||
}],
|
|
||||||
},
|
},
|
||||||
"bazelOptions": {
|
"bazelOptions": {
|
||||||
"suppressTsconfigOverrideWarnings": true,
|
"suppressTsconfigOverrideWarnings": true,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user