Re-lands #16119 and #17298 * Update eslint-config-discourse * Update linting workflow * Prettier-ignore stuff * Update template-lint config * Auto-fix template issues * Fix various template issues Mostly incorrect attributes and unused templates * Prettier js files * Fix template auto-fix regressions * Small css tweak Co-authored-by: Peter Wagenet <peter.wagenet@gmail.com>
33 lines
972 B
JavaScript
33 lines
972 B
JavaScript
export default {
|
|
"/posts/eviltrout/pending.json": {
|
|
pending_posts: [
|
|
{
|
|
id: 2,
|
|
avatar_template: "/user_avatar/localhost/eviltrout/{size}/5275.png",
|
|
category_id: 2,
|
|
created_at: "2021-10-19T10:18:13.238Z",
|
|
created_by_id: 19,
|
|
name: "Robin Ward",
|
|
raw_text: "**bold text**",
|
|
title: "Lorem ipsum dolor sit amet",
|
|
topic_id: 130,
|
|
topic_url: "/t/lorem-ipsum-dolor-sit-amet/130",
|
|
username: "eviltrout",
|
|
},
|
|
{
|
|
id: 1,
|
|
avatar_template: "/user_avatar/localhost/eviltrout/{size}/5275.png",
|
|
category_id: 2,
|
|
created_at: "2021-10-19T09:38:35.110Z",
|
|
created_by_id: 19,
|
|
name: "Robin Ward",
|
|
raw_text: "This will be moderated in theory :thinking:",
|
|
title: "Lorem ipsum dolor sit amet",
|
|
topic_id: 130,
|
|
topic_url: "/t/lorem-ipsum-dolor-sit-amet/130",
|
|
username: "eviltrout",
|
|
},
|
|
],
|
|
},
|
|
};
|