MS642 / MangoDB

MIT License
4 stars 1 forks source link

Feature/calendar #17

Closed maxahn closed 4 years ago

maxahn commented 4 years ago

Refactoring, including fixing some of the many many lint errors which mostly had to do with accessibility issues. they aren't all fixed but it's a start. we really need to fix a few of the lint settings though, it doesn't seem to be caught up completely to all the new ES6 features e.g. where you don't have to repeat the property name when assigning it to an object with the same attribute name const { someProperty } = this.props; const newObj = { someProperty };