fix(lint): use curly apostrophe and single quotes

This commit is contained in:
Sabe Jones
2019-02-12 13:48:13 -06:00
parent 2c1ca7629d
commit b711c1672b

View File

@@ -3,7 +3,7 @@ import { authWithHeaders } from '../../middlewares/auth';
let api = {};
// @TODO export this const, cannot export it from here because only routes are exported from controllers
const LAST_ANNOUNCEMENT_TITLE = "VALENTINE'S DAY CELEBRATION! INCLUDING CUPID AND ROSE QUARTZ HATCHING POTIONS";
const LAST_ANNOUNCEMENT_TITLE = 'VALENTINES DAY CELEBRATION! INCLUDING CUPID AND ROSE QUARTZ HATCHING POTIONS';
const worldDmg = { // @TODO
bailey: false,
};