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 26df739e43f324e0741245d3d03090c85e54f1f0 Author: Randall Leeds <[email protected]> AuthorDate: Mon Aug 3 19:37:54 2020 -0700 Do not lint generated declaration files --- .eslintignore | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.eslintignore b/.eslintignore index b3bf706..61cf845 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1,7 +1,8 @@ !.eslintrc.js !.mocharc.js +!/packages/*/src/types +**/*.d.ts /coverage -/packages/*/esm/* -/packages/*/lib/* -/packages/*/node_modules/* +/packages/*/esm +/packages/*/lib /web/dist
