Skip to content

Commit

Permalink
Merge pull request #29 from ExodusMovement/sparten11740/chore/disable…
Browse files Browse the repository at this point in the history
…-failing-lint-rule

* chore: disable unicorn/expiring-todo-comments

* chore: lint
  • Loading branch information
sparten11740 authored Dec 11, 2024
2 parents 8b6e650 + bb89a5d commit 868ffc7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ const config = [
settings: {
'import/ignore': ['node_modules/react-native/index\\.js$'],
},
rules: {
'unicorn/expiring-todo-comments': 'off',
},
},
{
files: ['jest.config.js', 'jest-setup.js'],
Expand Down

0 comments on commit 868ffc7

Please sign in to comment.