Skip to content
This repository has been archived by the owner on Feb 11, 2023. It is now read-only.

Commit

Permalink
Supress eslinting of Scroll interfaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark committed Dec 20, 2020
1 parent 1e4ddf2 commit a624344
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,8 @@ module.exports = {
es6: true,
mocha: true,
},
globals: {
ScrollToOptions: 'readonly',
ScrollIntoViewOptions: 'readonly',
},
};

0 comments on commit a624344

Please sign in to comment.