Skip to content

Commit 1f3a238

Browse files
authored
Merge pull request #114 from netlify/chore/fix-readme-imports
2 parents a4a0af6 + baeaa91 commit 1f3a238

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)