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 1659c20194d9f0cb22991806b6d54dd05d7ab08e
Author: Randall Leeds <[email protected]>
AuthorDate: Mon Aug 3 19:38:14 2020 -0700

    Include all packages as projects for Typescript ESLint
---
 .eslintrc.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.eslintrc.js b/.eslintrc.js
index 45ba3c7..2d6dd80 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -98,7 +98,7 @@ module.exports = {
       ],
       parserOptions: {
         ecmaVersion: 2020,
-        project: ['./tsconfig.json'],
+        project: ['./tsconfig.json', './packages/*/tsconfig.json'],
         tsconfigRootDir: __dirname,
       },
       plugins: ['@typescript-eslint'],

Reply via email to