Skip to content

Commit

Permalink
Merge pull request #923 from maxmind/kevin/cleanup-search
Browse files Browse the repository at this point in the history
Really fix eslint warning
  • Loading branch information
mm-jpoole authored Aug 16, 2024
2 parents cbd4f8a + ededd5d commit 69c6725
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ module.exports = {
'^[a-z0-9-]+$',
],
'max-len': [
100,
0,
],
},
},
Expand Down Expand Up @@ -128,7 +128,7 @@ module.exports = {
'max-len': [
'warn',
{
code: 80,
code: 100,
},
],
'no-trailing-spaces': 'warn',
Expand Down

0 comments on commit 69c6725

Please sign in to comment.