Skip to content

Commit baeaa91

Browse files
committed
chore: fix linting imports in Markdown files
1 parent a4a0af6 commit baeaa91

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.eslintrc.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,10 @@ module.exports = {
335335
// code blocks in markdown files have autogenerated file names
336336
'unicorn/filename-case': 0,
337337

338+
// Documentation might import dependencies not in package.json
338339
'node/no-unpublished-require': 0,
340+
'node/no-extraneous-require': 0,
341+
'import/no-extraneous-dependencies': 0,
339342
},
340343
},
341344
],

0 commit comments

Comments
 (0)