You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@annotator.apache.org by ra...@apache.org on 2020/04/03 01:27:48 UTC

[incubator-annotator] 01/03: Correct demo path in .eslintrc.js

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 2ae66168eac7ea22db5e00231252dfd822e99cae
Author: Randall Leeds <ra...@apache.org>
AuthorDate: Thu Apr 2 18:26:36 2020 -0700

    Correct demo path in .eslintrc.js
---
 .eslintrc.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.eslintrc.js b/.eslintrc.js
index 1e5cef6..9ba0ef7 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -80,7 +80,7 @@ module.exports = {
       },
     },
     {
-      files: ['demo/**/*.js'],
+      files: ['web/demo/**/*.js'],
       env: {
         browser: true,
       },