d51f2bcf23
closes https://github.com/TryGhost/Admin/pull/2107 - updated related babel dependencies - bumped eslint - ran `yarn lint:js --fix` - added eslint ignore comments for some required non-camel-case properties
8 lines
204 B
JavaScript
8 lines
204 B
JavaScript
import ApplicationSerializer from 'ghost-admin/serializers/application';
|
|
|
|
export default class NotificationSerializer extends ApplicationSerializer {
|
|
attrs = {
|
|
key: {key: 'location'}
|
|
};
|
|
}
|