Bugfix/Edge case - only call onDraggedColumnChange
when column ordering is changed in ReactTable. We do not want to call onDraggedColumnChange
if column order is changed outside of ReactTable... this may lead to an infinite loop depending on your use case.
Update eslint/prettier config