From a1e3fed312a003570b7cf8c0346739890d5d31f8 Mon Sep 17 00:00:00 2001 From: veeck Date: Wed, 30 Jun 2021 15:39:10 +0200 Subject: [PATCH] Disable eslint checks in deprecated weather modules --- modules/default/currentweather/currentweather.js | 2 ++ modules/default/weatherforecast/weatherforecast.js | 2 ++ 2 files changed, 4 insertions(+) diff --git a/modules/default/currentweather/currentweather.js b/modules/default/currentweather/currentweather.js index 0d22b40a..5a00fb99 100644 --- a/modules/default/currentweather/currentweather.js +++ b/modules/default/currentweather/currentweather.js @@ -1,3 +1,5 @@ +/* eslint-disable */ + /* Magic Mirror * Module: CurrentWeather * diff --git a/modules/default/weatherforecast/weatherforecast.js b/modules/default/weatherforecast/weatherforecast.js index 50229262..50c1f3a7 100644 --- a/modules/default/weatherforecast/weatherforecast.js +++ b/modules/default/weatherforecast/weatherforecast.js @@ -1,3 +1,5 @@ +/* eslint-disable */ + /* Magic Mirror * Module: WeatherForecast *