lint-filter
Version:
Lint touched code stricter
16 lines (11 loc) • 428 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = checkstyle;
var _checkstyleFormatter = require('checkstyle-formatter');
var _checkstyleFormatter2 = _interopRequireDefault(_checkstyleFormatter);
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
function checkstyle(result) {
return (0, _checkstyleFormatter2.default)(result);
}