diff --git a/.eslintrc.js b/.eslintrc.js index 54a81f13f..e36ec7553 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -41,6 +41,7 @@ module.exports = { 'n/no-missing-import': 'off', 'n/no-missing-require': 'off', 'n/no-unsupported-features/es-syntax': 'off', + 'unicorn/expiring-todo-comments': 'off', 'unicorn/no-array-callback-reference': 'off', 'unicorn/no-array-reduce': 'off', 'unicorn/no-null': 'off',