DEV: fixes eslint/prettier on github actions (#10601)

This commit is contained in:
Joffrey JAFFEUX
2020-09-04 20:01:14 +02:00
committed by GitHub
parent c5b8a47901
commit 110f6ec6dd
18 changed files with 278 additions and 280 deletions

View File

@ -7,13 +7,13 @@ const defaultOpts = buildOptions({
enable_emoji: true,
emoji_set: "emoji_one",
highlighted_languages: "json|ruby|javascript",
default_code_lang: "auto"
default_code_lang: "auto",
},
censoredWords: "shucks|whiz|whizzer",
getURL: url => url
getURL: (url) => url,
});
test("details", assert => {
test("details", (assert) => {
const cooked = (input, expected, text) => {
assert.equal(
new PrettyText(defaultOpts).cook(input),