Update linter peer dependencies (#2168)

This commit is contained in:
Jackson Mills
2023-02-07 15:00:55 -08:00
committed by GitHub
parent 7dd38f6a76
commit bef2f79fee
15 changed files with 5327 additions and 2001 deletions

View File

@@ -39,6 +39,7 @@ module.exports = {
'jsdoc/require-throws': 'off',
'jsdoc/require-jsdoc': 'off',
'jsdoc/require-param': 'off',
'jsdoc/check-examples': 'off', // Not implemented in eslint 8
'tsdoc/syntax': 'off',
'@typescript-eslint/no-require-imports': 'off',
},