chore: update sub-deps and fix lint

This commit is contained in:
Matteo Pagliazzi
2020-07-01 18:20:18 +02:00
parent b9d42bf0bc
commit 3d5630d5a2
72 changed files with 2519 additions and 3931 deletions
@@ -21,7 +21,6 @@ forOwn(backgrounds, (value, key) => {
});
});
const appearances = {
hair,
shirt: shirts,
-2
View File
@@ -91,7 +91,6 @@ api.armoire = {
},
};
/*
---------------------------------------------------------------
Classes
@@ -100,7 +99,6 @@ api.armoire = {
api.classes = CLASSES;
/*
---------------------------------------------------------------
Gear Types
@@ -1,4 +1,3 @@
// { path: '', type: '', canShow?: (user) => boolean }
export default [];