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/07/26 23:55:43 UTC

[incubator-annotator] branch master updated: Enable @typescript-eslint/explicit-function-return-type rule

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


The following commit(s) were added to refs/heads/master by this push:
     new c00cf1c  Enable @typescript-eslint/explicit-function-return-type rule
c00cf1c is described below

commit c00cf1cc438ae35072aed78316de16465f3f1af8
Author: Randall Leeds <ra...@apache.org>
AuthorDate: Sun Jul 26 16:54:38 2020 -0700

    Enable @typescript-eslint/explicit-function-return-type rule
---
 .eslintrc.js | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.eslintrc.js b/.eslintrc.js
index b1db4eb..45ba3c7 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -103,7 +103,6 @@ module.exports = {
       },
       plugins: ['@typescript-eslint'],
       rules: {
-        '@typescript-eslint/explicit-function-return-type': 'off',
         '@typescript-eslint/no-unused-vars': [
           'error',
           { argsIgnorePattern: '^_' },