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
eslint is currently required as a dependency because it's being used as a linter for the module itself since it has additional code to load the rules declared in yaml.
If the rules are expressed in a regular Node.js™ module using module.exports and the proper main file path in package.json, the dependency is no longer needed.
The text was updated successfully, but these errors were encountered:
eslint
is currently required as a dependency because it's being used as a linter for the module itself since it has additional code to load the rules declared in yaml.If the rules are expressed in a regular Node.js™ module using
module.exports
and the proper main file path inpackage.json
, the dependency is no longer needed.The text was updated successfully, but these errors were encountered: