Skip to content

Commit

Permalink
Really fix eslint warning
Browse files Browse the repository at this point in the history
  • Loading branch information
kevcenteno committed Aug 16, 2024
1 parent 0a1eb8f commit ededd5d
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 ededd5d

Please sign in to comment.