tilgovi commented on a change in pull request #98:
URL: https://github.com/apache/incubator-annotator/pull/98#discussion_r540513682



##########
File path: .eslintrc.js
##########
@@ -111,6 +112,7 @@ module.exports = {
       plugins: ['@typescript-eslint'],
       rules: {
         '@typescript-eslint/consistent-type-imports': 'error',
+        '@typescript-eslint/no-explicit-any': 'off',

Review comment:
       I agree. We should avoid it where possible but sometimes libraries need 
to be permissive or ignorant about the types that are passed through APIs.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to