eslint-plugin-react-form-fields
Version:
React Form Fields specific linting rules for ESLint
11 lines (10 loc) • 775 B
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const makeRule_1 = require("../utils/makeRule");
const docsUrl_1 = require("../utils/docsUrl");
const no_only_value_prop_1 = __importDefault(require("./no-only-value-prop"));
const styledRule = Object.assign(Object.assign({}, no_only_value_prop_1.default), { meta: Object.assign(Object.assign({}, no_only_value_prop_1.default.meta), { docs: Object.assign(Object.assign({}, no_only_value_prop_1.default.meta.docs), { recommended: false, url: (0, docsUrl_1.docsUrl)('styled-no-only-value-prop') }) }) });
exports.default = (0, makeRule_1.makeRule)(styledRule);