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
It’s now possible to load configuration files from node_modules.
This works similar to how babel presets work (instead of ESLint’s
shareable configuration files).
Configure
It’s now possible to pass in YAML, JS, or package.json
configuration files to rcPath;
Plugins are now loaded from the directory of the configuration file
as well.
Ignore
Files are now ignored relative to the ignore file.