UNPKG

eslint-plugin-ferramentas

Version:
6 lines (5 loc) 630 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.name = exports.schema = void 0; exports.schema = { "type": "array", "items": { "type": "object", "properties": { "directories": { "type": "array", "items": { "type": "object", "properties": { "filter": { "type": "string" }, "forbid": { "type": "array", "items": { "type": "string" } } }, "additionalProperties": false, "required": ["filter", "forbid"] } }, "debug": { "type": "boolean" } }, "additionalProperties": false, "required": ["directories"] }, "minItems": 1, "maxItems": 1, "definitions": {} }; exports.name = "siloed-relative-import";