destroy(): Core
const fv = FormValidation.formValidation(document.getElementById('demoForm'),{...});fv.destroy();
import formValidation from 'formvalidation/dist/es6/core/Core';const fv = formValidation(document.getElementById('demoForm'),{...});fv.destroy();