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
Create a rule that checks the file size of npm dependencies and alerts if there are dependencies with a bigger size than the one specified in the adviser configuration file.
Idea
Create a rule that checks the file size of npm dependencies and alerts if there are dependencies with a bigger size than the one specified in the adviser configuration file.
Rule Specifications
Name:
package-size
Arguments:
threshold
,whitelist
Implementation
package-size
https://bundlephobia.com/api/size?package=adviser
)Notes
Create documentation for the rule within /docs/rules
Add metadata to the rule
Update the Plugin general README and add the new rule
The text was updated successfully, but these errors were encountered: