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
Hi! 👋🏻 thanks for this great tool, seems like it will save me a ton of time setting this all up on every project.
I noticed that some rules I prefer, like @typescript-eslint/no-non-null-assertion wasn't included, so I attempted to add it by using the extends of xo config in package.json (and .xo-config.json while testing):
Hi! 👋🏻 thanks for this great tool, seems like it will save me a ton of time setting this all up on every project.
I noticed that some rules I prefer, like @typescript-eslint/no-non-null-assertion wasn't included, so I attempted to add it by using the
extends
of xo config inpackage.json
(and.xo-config.json
while testing):And expected to see
Forbidden non-null assertion. eslint(@typescript-eslint/no-non-null-assertion)
on this code:but it did not appear. Running
does not show the extra rules provided by the extended plugins.
I've read through the documentation and looked through all of the issues that GitHub's issue search would show and it seems like this should work.
I created an example repo here: https://github.com/bbugh/xo-not-using-extends - just need to run
The text was updated successfully, but these errors were encountered: