colorstackorg/oyster

Enable `no-extraneous-dependencies` rule in ESLint 🧼

Closed this issue · 0 comments

Description

If an application doesn't have a package explicitly installed, we shouldn't be allowed to import that package.

Acceptance Criteria

Enable the import/no-extraneous-dependencies rule and fix all related issues that come about from it.