UNPKG

eslint-plugin-react-form-fields

Version:
11 lines (10 loc) 384 B
"use strict"; /* DON'T EDIT THIS FILE. This is generated by 'scripts/lib/update-lib-configs-recommended.ts' */ Object.defineProperty(exports, "__esModule", { value: true }); exports.default = { plugins: ['react-form-fields'], rules: { 'react-form-fields/no-mix-controlled-with-uncontrolled': 'error', 'react-form-fields/no-only-value-prop': 'error', }, };