From 098caebae63527b82b4dc812d0f0c89b010a7c31 Mon Sep 17 00:00:00 2001 From: Brett Zamir Date: Fri, 24 May 2019 14:51:57 +0800 Subject: [PATCH] - Todo --- .eslintrc.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.eslintrc.js b/.eslintrc.js index cdb26d85..41537531 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -216,9 +216,10 @@ module.exports = { "unicorn/prefer-node-append": "off", "unicorn/no-zero-fractions": "off", - // Remove when ash-nazg removes + // Todo: Remove when ash-nazg removes "valid-jsdoc": "off", - // Remove when ash-nazg adds + // Todo: Remove when ash-nazg adds (then also remove + // jsdoc-check-overly-generic-types.js file and npm script) "jsdoc/require-returns-check": ["error"], "jsdoc/match-description": ["error"], }