mirror of
https://github.com/He4eT/elseifplayer.git
synced 2026-05-05 09:27:23 +00:00
eslint: add braces rule
This commit is contained in:
parent
e0a90005e6
commit
500b156968
5 changed files with 9 additions and 5 deletions
|
|
@ -8,7 +8,7 @@ const monkeyTypesThemes = [
|
|||
.sort((a, b) => a.name.localeCompare(b.name))
|
||||
|
||||
const names = monkeyTypesThemes
|
||||
.map(({name}) => `'${name}',`).join('\n')
|
||||
.map(({ name }) => `'${name}',`).join('\n')
|
||||
|
||||
const css = monkeyTypesThemes
|
||||
.map((theme) => [
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
import { useState } from 'preact/hooks'
|
||||
|
||||
import {themes} from './themeList.js'
|
||||
import { themes } from './themeList.js'
|
||||
import './themes.css'
|
||||
|
||||
const LS_THEME_KEY = 'elseifplayer/theme'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue