Skip to content

Commit ab65566

Browse files
authored
docs(README): fix typo (#154)
1 parent 967e32f commit ab65566

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,8 +211,8 @@ export default [
211211
},
212212
rules: {
213213
'no-unused-vars': 'off',
214-
'import/no-dynamic-require': 'warn',
215-
'import/no-nodejs-modules': 'warn',
214+
'import-x/no-dynamic-require': 'warn',
215+
'import-x/no-nodejs-modules': 'warn',
216216
},
217217
},
218218
]

0 commit comments

Comments
 (0)