eslint: add braces rule

This commit is contained in:
He4eT 2023-06-05 00:51:41 +03:00 committed by Alexey
commit 500b156968
5 changed files with 9 additions and 5 deletions

View file

@ -5,7 +5,7 @@ import {
const windowLocation = () =>
window.location.hash.replace('#', '') || '/'
export const buildPlayLinkHref = ({url}) =>
export const buildPlayLinkHref = ({ url }) =>
`/#/play/${encodeURIComponent(url)}`
export const extractView = (location) => {