fix new linting rules

This commit is contained in:
dkanada 2020-04-09 00:36:44 +09:00
parent 4fe7f0db97
commit fae913c221
3 changed files with 24 additions and 18 deletions

View file

@ -72,7 +72,9 @@ import browser from 'browser';
}
}
export default {
getDeviceIcon: getDeviceIcon,
getLibraryIcon: getLibraryIcon
}
/* eslint-enable indent */
export default {
getDeviceIcon: getDeviceIcon,
getLibraryIcon: getLibraryIcon
};