Skip to content

Commit

Permalink
docs(README): fix typo (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
jjoselv committed Sep 9, 2024
1 parent 967e32f commit ab65566
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,8 +211,8 @@ export default [
},
rules: {
'no-unused-vars': 'off',
'import/no-dynamic-require': 'warn',
'import/no-nodejs-modules': 'warn',
'import-x/no-dynamic-require': 'warn',
'import-x/no-nodejs-modules': 'warn',
},
},
]
Expand Down

0 comments on commit ab65566

Please sign in to comment.