Skip to content

Commit

Permalink
chore: disable unicorn/expiring-todo-comments to make CI pass
Browse files Browse the repository at this point in the history
  • Loading branch information
SukkaW committed Nov 20, 2024
1 parent bd781ac commit 0a3179d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ module.exports = {
'unicorn/prefer-module': 'off',
'unicorn/prevent-abbreviations': 'off',
'unicorn/prefer-at': 'off',
'unicorn/expiring-todo-comments': 'off',

// dog fooding
'import-x/no-extraneous-dependencies': [
Expand Down

0 comments on commit 0a3179d

Please sign in to comment.