Skip to content

Commit

Permalink
Workaround: don't error but warn on import/no-deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
corneliusroemer committed Nov 19, 2024
1 parent 654535a commit 35740f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/.eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ module.exports = {
],
'id-match': 'error',
'import/no-cycle': 'error',
'import/no-deprecated': 'error',
'import/no-deprecated': 'warn',
'import/no-extraneous-dependencies': 'off',
'import/no-internal-modules': 'off',
'import/order': [
Expand Down

0 comments on commit 35740f6

Please sign in to comment.