Skip to content

Commit

Permalink
disable slow eslint no-deprecated rule (#429)
Browse files Browse the repository at this point in the history
Adds about ~500ms to some eslint invocations and is not critical.
  • Loading branch information
sqs authored Jul 28, 2023
1 parent ae16c27 commit 667e971
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 @@ -38,6 +38,7 @@ const config = {
rules: {
'import/order': 'off',
'id-length': 'off',
'etc/no-deprecated': 'off', // slow
},
overrides: [
{
Expand Down

0 comments on commit 667e971

Please sign in to comment.