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 3aeb51876754e1596c639176fa46dd64af2b7818 Author: Randall Leeds <[email protected]> AuthorDate: Wed Jul 22 21:58:26 2020 -0700 Do not lint the demo build output --- .eslintignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintignore b/.eslintignore index 24dc1ae..b3bf706 100644 --- a/.eslintignore +++ b/.eslintignore @@ -4,3 +4,4 @@ /packages/*/esm/* /packages/*/lib/* /packages/*/node_modules/* +/web/dist
