You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of providing one monolithic package that has all of our configuration inside (JavaScript, Node.js, React, Next.js, PostgreSQL), it would be nice to be able to only install the configuration and dependencies that a certain student project absolutely needs.
The ESLint configuration option extends receives an array of configurations, which we can add multiple items to:
Instead of providing one monolithic package that has all of our configuration inside (JavaScript, Node.js, React, Next.js, PostgreSQL), it would be nice to be able to only install the configuration and dependencies that a certain student project absolutely needs.
The ESLint configuration option
extends
receives an array of configurations, which we can add multiple items to:Important: Each of these separate packages should not have rules or plugins which overlap or conflict.
The text was updated successfully, but these errors were encountered: