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
I was actually referring to object-style rules that are missing a meta object, as below:
module.exports={create(){}}
It's rare that a rule would be left like this, but especially when writing a new rule, the meta object might not be added yet, so we want to make sure existing rules don't crash.
This is a bit of an edge case but I suspect some rules aren't handling it properly. Ensure each rule has tests of this situation.
Note: this does not block the upcoming major release.
The text was updated successfully, but these errors were encountered: