From a6243448b668c26ed7ad37fa33d3798318c729df Mon Sep 17 00:00:00 2001 From: Mark Date: Sun, 20 Dec 2020 13:07:24 -0500 Subject: [PATCH] Supress eslinting of Scroll interfaces --- .eslintrc.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.eslintrc.js b/.eslintrc.js index 2515552..c078321 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -11,4 +11,8 @@ module.exports = { es6: true, mocha: true, }, + globals: { + ScrollToOptions: 'readonly', + ScrollIntoViewOptions: 'readonly', + }, };