eslint-plugin-react-form-fields
Version:
React Form Fields specific linting rules for ESLint
11 lines (10 loc) • 384 B
JavaScript
;
/* 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',
},
};