This is an automated email from the ASF dual-hosted git repository. randall pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-annotator.git
commit 9bd8cfa7f1e1d021b8ddf94bd92aabff551438f9 Author: Randall Leeds <[email protected]> AuthorDate: Sat Apr 3 20:58:23 2021 -0700 Remove unused ESLint configuration override --- .eslintrc.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.eslintrc.js b/.eslintrc.js index aecc225..54150ec 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -140,12 +140,6 @@ module.exports = { }, }, { - files: ['packages/dom/**/*.js'], - env: { - browser: true, - }, - }, - { files: ['web/demo/**/*.js'], env: { browser: true,
