From e47fa913813a49543f5b1e247643fbab93333189 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20=C5=A0ediv=C3=BD?= Date: Sun, 23 May 2021 18:50:47 +0200 Subject: [PATCH] lint fixes. --- client/src/components/markdown.ts | 17 ++--------------- client/src/locale/fr-fr.ts | 8 ++++---- client/src/plugins/anime.ts | 4 +--- 3 files changed, 7 insertions(+), 22 deletions(-) diff --git a/client/src/components/markdown.ts b/client/src/components/markdown.ts index f8934f3..7346774 100644 --- a/client/src/components/markdown.ts +++ b/client/src/components/markdown.ts @@ -1,21 +1,8 @@ import md, { SingleNodeParserRule, HtmlOutputRule, defaultRules, State, Rules } from 'simple-markdown' import { Component, Watch, Vue, Prop } from 'vue-property-decorator' -const { - blockQuote, - inlineCode, - codeBlock, - autolink, - newline, - escape, - strong, - text, - link, - url, - em, - u, - br, -} = defaultRules +const { blockQuote, inlineCode, codeBlock, autolink, newline, escape, strong, text, link, url, em, u, br } = + defaultRules type Rule = SingleNodeParserRule & HtmlOutputRule diff --git a/client/src/locale/fr-fr.ts b/client/src/locale/fr-fr.ts index 6f8fbe5..11846e6 100644 --- a/client/src/locale/fr-fr.ts +++ b/client/src/locale/fr-fr.ts @@ -1,6 +1,6 @@ export const logout = 'Se déconnecter' export const unsupported = 'ce navigateur ne prend pas en charge WebRTC' -export const admin_loggedin = 'Vous êtes connecté en tant qu\'admin' +export const admin_loggedin = "Vous êtes connecté en tant qu'admin" export const you = 'Vous' export const send_a_message = 'Envoyer un message' @@ -12,7 +12,7 @@ export const side = { export const connect = { login_title: 'Veuillez vous connecter', invitation_title: 'Vous avez été invité dans cette salle', - displayname: 'Entrez votre nom d\'utilisateur', + displayname: "Entrez votre nom d'utilisateur", password: 'Mot de passe', connect: 'Connexion', error: 'Erreur de connexion', @@ -27,7 +27,7 @@ export const context = { take: 'Forcer la prise de contrôle', give: 'Donner le contrôle', kick: 'Kicker', - ban: 'Bannir l\'IP', + ban: "Bannir l'IP", confirm: { kick_title: 'Kicker {name}?', kick_text: 'Êtes vous sûr de kick {name}?', @@ -85,7 +85,7 @@ export const notifications = { controls_released_steal: 'a forcé la pêrte de contrôle de {name}', controls_given: 'a donné le contrôle à {name}', controls_has: '{name} a le contrôle', - controls_has_alt: 'Mais j\'ai fait savoir que vous le voulez', + controls_has_alt: "Mais j'ai fait savoir que vous le voulez", controls_requesting: '{name} demande le contrôle', resolution: 'a changé la résolution pour du {width}x{height}@{rate}', banned: 'a banni {name}', diff --git a/client/src/plugins/anime.ts b/client/src/plugins/anime.ts index afe378e..d01d3b3 100644 --- a/client/src/plugins/anime.ts +++ b/client/src/plugins/anime.ts @@ -15,9 +15,7 @@ interface Anime { path( path: string | HTMLElement | SVGElement | null, percent?: number, - ): ( - prop: string, - ) => { + ): (prop: string) => { el: HTMLElement | SVGElement property: string totalLength: number