UNPKG

hint

Version:

The linting tool for the web

10 lines (9 loc) 303 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.HintScope = void 0; var HintScope; (function (HintScope) { HintScope["local"] = "local"; HintScope["site"] = "site"; HintScope["any"] = "any"; })(HintScope = exports.HintScope || (exports.HintScope = {}));