From a20fa7a8e6abd236389e1029a263b41f31047832 Mon Sep 17 00:00:00 2001 From: HF Date: Wed, 27 Dec 2023 15:53:52 +0100 Subject: [PATCH] linting --- src/components/ChristmasButton.jsx | 6 ++++-- src/ui/snow.js | 4 ++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/src/components/ChristmasButton.jsx b/src/components/ChristmasButton.jsx index c2a0afed..7f117d33 100644 --- a/src/components/ChristmasButton.jsx +++ b/src/components/ChristmasButton.jsx @@ -61,12 +61,14 @@ const ChristmasButton = () => { }} style={style} > - {(playing) ? : } + /> + ) : } ); }; diff --git a/src/ui/snow.js b/src/ui/snow.js index 38fd3da6..369f8016 100644 --- a/src/ui/snow.js +++ b/src/ui/snow.js @@ -8,8 +8,8 @@ * http://schillmania.com/projects/snowstorm/license.txt */ -/*jslint nomen: true, plusplus: true, sloppy: true, vars: true, white: true */ -/*global window, document, navigator, clearInterval, setInterval */ +/* jslint nomen: true, plusplus: true, sloppy: true, vars: true, white: true */ +/* global window, document, navigator, clearInterval, setInterval */ /* eslint-disable */