Skip to content

Commit dbf806c

Browse files
authored
fix: add node/no-missing-import exception for README.md (#362)
1 parent f20d022 commit dbf806c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.eslintrc.js

+1
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,7 @@ module.exports = {
295295
strict: 0,
296296
'import/no-unresolved': 0,
297297
'node/no-missing-require': 0,
298+
'node/no-missing-import': 0,
298299

299300
// code blocks in markdown files have autogenerated file names
300301
'unicorn/filename-case': 0,

0 commit comments

Comments
 (0)