Skip to content

Commit

Permalink
revert: feat: add monorepo support to import/no-extraneous-dependencies
Browse files Browse the repository at this point in the history
This reverts commit 2b778c7.
  • Loading branch information
Harjot1Singh committed May 23, 2024
1 parent 2b778c7 commit 5a91c46
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,6 @@ module.exports = {
mp4: 'always',
},
],
'import/no-extraneous-dependencies': [
'error',
{
packageDir: [ '.', '../..' ],
},
],
// Preferable, but the author should know best for the situation
'import/prefer-default-export': 'off',
// jsx-a11y is not valid for our use-cases
Expand Down

0 comments on commit 5a91c46

Please sign in to comment.