master
Brett Zamir 2019-05-24 14:51:57 +08:00
parent fa4ea90c72
commit 098caebae6
1 changed files with 3 additions and 2 deletions

View File

@ -216,9 +216,10 @@ module.exports = {
"unicorn/prefer-node-append": "off", "unicorn/prefer-node-append": "off",
"unicorn/no-zero-fractions": "off", "unicorn/no-zero-fractions": "off",
// Remove when ash-nazg removes // Todo: Remove when ash-nazg removes
"valid-jsdoc": "off", "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/require-returns-check": ["error"],
"jsdoc/match-description": ["error"], "jsdoc/match-description": ["error"],
} }