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
Currently type rules cannot be used with the new eslint version as parserServices have changed, and parserServices no longer exist on the context, but instead in a new property context.sourceCode.
I have tested this with an old PR I made here (#43) and this seems to work locally, but I ended up including a bundler that at the time I believed I needed to get the patch working. I haven't revisited it to see if there was a better solution (the dependencies here will be outdated anyway).
The text was updated successfully, but these errors were encountered:
Currently type rules cannot be used with the new eslint version as parserServices have changed, and parserServices no longer exist on the
context
, but instead in a new propertycontext.sourceCode
.I have tested this with an old PR I made here (#43) and this seems to work locally, but I ended up including a bundler that at the time I believed I needed to get the patch working. I haven't revisited it to see if there was a better solution (the dependencies here will be outdated anyway).
The text was updated successfully, but these errors were encountered: