typescript-tslint-plugin
Version:
TypeScript tslint language service plugin
7 lines • 314 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.TSLINT_ERROR_SOURCE = exports.TSLINT_ERROR_CODE = exports.pluginId = void 0;
exports.pluginId = 'typescript-tslint-plugin';
exports.TSLINT_ERROR_CODE = 1;
exports.TSLINT_ERROR_SOURCE = 'tslint';
//# sourceMappingURL=config.js.map