refactor: use es6 classes

Adds babel and uses es6 classes instead of class.extend
This commit is contained in:
Craig Weber 2022-07-19 12:23:30 -04:00
parent 9c44e09096
commit 03c63eae66
No known key found for this signature in database
13 changed files with 4554 additions and 550 deletions

View file

@ -1,5 +1,3 @@
'use strict';
module.exports = {
extends: [ '@silvermine/standardization/commitlint.js' ],
};