example failed CI due to exessive TS strict errors

pull/5693/head
TruongSinh Tran-Nguyen 5 years ago
parent b93c815191
commit 93d3979d5b

@ -4,7 +4,7 @@ const dirToCheck = [
] ]
const tsErrorsThreshold = [ const tsErrorsThreshold = [
883, /* 'compiler' */ 883, /* 'compiler' */
362, /* 'runtime' */ 358, /* 'runtime' */
]; ];
import { promisify } from 'util'; import { promisify } from 'util';

Loading…
Cancel
Save