diff --git a/index.js b/index.js index 6a22721..75b6385 100644 --- a/index.js +++ b/index.js @@ -45,6 +45,7 @@ module.exports = { } ], '@typescript-eslint/no-use-before-define': 'off', - 'id-match': ['error', '^([a-z][a-z0-9_]*|[A-Z][a-zA-Z]*)$', { onlyDeclarations: true }] + 'id-match': ['error', '^([a-z][a-z0-9_]*|[A-Z][a-zA-Z]*)$', { onlyDeclarations: true }], + 'no-underscore-dangle': 'off' } }