removed linting from mixin

pull/1097/head
smit95tpatel 2021-12-17 19:44:38 +05:30
parent bd0683d5ae
commit 40b5d6adcf
1 changed files with 1 additions and 1 deletions

View File

@ -260,5 +260,5 @@ export default Vue.mixin({
niceDateWithYear (val) {
return format(parseISO(val), 'EEE, do MMM yyyy \'at\' h:mma');
},
}
}
});