UNPKG

@lint-todo/utils

Version:

![CI Build](https://github.com/lint-todo/utils/workflows/CI%20Build/badge.svg) [![npm version](https://badge.fury.io/js/%40lint-todo%2Futils.svg)](https://badge.fury.io/js/%40lint-todo%2Futils) [![License](https://img.shields.io/npm/l/@checkup/cli.svg)](h

11 lines 414 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Severity = void 0; var Severity; (function (Severity) { Severity[Severity["todo"] = -1] = "todo"; Severity[Severity["off"] = 0] = "off"; Severity[Severity["warn"] = 1] = "warn"; Severity[Severity["error"] = 2] = "error"; })(Severity = exports.Severity || (exports.Severity = {})); //# sourceMappingURL=lint.js.map