-
-
Notifications
You must be signed in to change notification settings - Fork 289
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Disable ava+node plugins for pure browser projects #610
Comments
The AVA rules only apply to AVA test files, so I don't really see the problem. Are you encountering any errors? |
Not encountering any errors, just being picky 😊 One benefit would be faster npm installs. How does XO detect ava test files? (although - ava looks super nice) Closing as it's not a real "issue" - but, we can keep discussing |
That would be negligible.
It just checks the import statement. I don't think that has much overhead. |
Maybe we could check if ava is installed in package.json, at least then the rules aren't loaded, and presumably, no parsing import statements. Still have the npm install waste, though. Likewise, for the For now I am just using |
I think ava is great, but I am working on a purely frontend project, so have no need for it.
I think for now I can just use
patch-package
, I'm not sure of a good design to "remove" or "disable" a plugin.Maybe, it would make sense to group it along with
vue
andreact
- not included by defaultThe text was updated successfully, but these errors were encountered: