UNPKG

eslint-plugin-kisszaya-fsd-plugin

Version:

Plugin to format code by fsd principles

26 lines (25 loc) 677 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SCHEMA = exports.ALIAS_START_PATH = void 0; exports.ALIAS_START_PATH = "src/"; exports.SCHEMA = [ { type: "object", properties: { alias: { type: "string", }, srcPath: { type: "string", }, projectStructure: { type: "object", additionalProperties: { type: ["object", "integer", "string"], }, }, }, required: ["alias", "projectStructure"], additionalProperties: false, }, ];