Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* wip: add linting jsdoc etc * replace esdoc with jsdoc * remove esdoc config file * lint a bunch of files and add lint yarn script * Adding esdocs to src/Element.js * jsdoc for Providers.js * update webform jsdoc types * minor * fix linting errors * update types for nested component * breadCrumbSettings -> breadcrumbSettings at line 142 * update formio.form.js jsdoc * Adding some jsdocs to src/components/_classes/component/Component.js * jsdoc for address provider base class and azure address * one warning left at line 16, did not want to alter constructor logic to fix * address provider jsdoc * Adding component class docs. * Working on utils eslint. * WIP: update jsdoc * update types to parent Form class; add builder options type * minor update * Re-export methods from @formio/core for the utils functions. * Re-adding findComponents. * JSDoc: Field.js * update formbuilder options; type listcomponent and child classes * type definitions for file providers * resolve FormBuilder eslint warnings * fix password strength linting warnings and fileProcessor lints * whoopsie - minor typo * Updated utils docs. * cleaned up lint errors * jsDoc added to Multvalue.js * JSDoc-Update: NestedComponent.js * fix linter warnings for Input, ListComponent, and Multivalue * lint fixes for Form, CalendarWidget, ListComponent.form.js * jsdoc updates for Well.form and ListComponent.form * updates to edit forms for list, time, unknown, url, and well * Adding types to utils. * jsdoc updates to textfield and textfield.form * Fixing typedocs on edit forms. * use generic edit form function definition * jsdoc updates to Tabs and TextArea * jsdoc updates to SelectBoxes, Select, Number, Hidden * Adding lint for Form. * jsdoc updates to day and editgrid * jsdoc updates to DataGrid * Fixing lint for pdf, wizard, and webform builder. * address through currency * Adding docs to edit forms in _classes. * Updated componments. * jsdoc updates to nested form * delete accidental addition * update package json script and lockfile --------- Co-authored-by: Travis Tidwell <[email protected]> Co-authored-by: John Teague <[email protected]> Co-authored-by: ryanformio <[email protected]> Co-authored-by: Edwin Anciani <[email protected]> Co-authored-by: Dezshaun Meeks <[email protected]>
- Loading branch information