UNPKG

374 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3function tslintShouldEmitErrors(path) {
4 const tslintConfig = require(path);
5 if (tslintConfig.defaultSeverity === 'error') {
6 return true;
7 }
8 else {
9 return false;
10 }
11}
12exports.tslintShouldEmitErrors = tslintShouldEmitErrors;
13//# sourceMappingURL=tsLintHelper.js.map
\No newline at end of file