You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because I'm writing the HTML by hand and not using any sort of templating, there's duplicate code and it's tripping jscpd during Super-Linter runs. I've disabled jscpd for .html files, but it would be great to get this to a place where I can re-enable it in the future.
The text was updated successfully, but these errors were encountered:
* add html for edit form
* update id naming convention to put form type first
* create and wire in edit-handler.js
* move redundant methods to webhook-handler.js
* convert ConditionalInput to class to separate instances
previously instances were pointing to same object and interfering with each other
* disable jscpd for HTML files
opened #15 to come back to this in the future
Because I'm writing the HTML by hand and not using any sort of templating, there's duplicate code and it's tripping
jscpd
during Super-Linter runs. I've disabledjscpd
for.html
files, but it would be great to get this to a place where I can re-enable it in the future.The text was updated successfully, but these errors were encountered: