increase threshold

pull/5693/head
TruongSinh Tran-Nguyen 5 years ago
parent 037693c296
commit aab7cb3513

@ -3,8 +3,8 @@ const dirToCheck = [
'runtime',
]
const tsErrorsThreshold = [
883, /* 'compiler' */
358, /* 'runtime' */
910, /* 'compiler' */
380, /* 'runtime' */
];
import { promisify } from 'util';

Loading…
Cancel
Save