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
Thanks for the issue! This makes sense to me as a feature. I've seen other NPM packages like Babel or Husky do something similar. I'm imagining something similar to what you suggested: allowing users to put a dictionary under a top-level spellchecker key in package.json:
{
"spellchecker": {
"dictionary": ["..."]
}
}
That way, we prevent collisions between this package's config and config from other packages or from NPM itself.
I have too many files in my repository's root. For this reason, I would like to be able to move my personal dictionary to
package.json
. Like this:The text was updated successfully, but these errors were encountered: