With Eslint 10.0.0, the assertion options are supported. Thus, it would be useful if there was a rule to require the assertion options to be specified. This would go well with require-test-error-positions.
The goal is mostly to make sure plugin developers know that requireData exists.
With Eslint 10.0.0, the assertion options are supported. Thus, it would be useful if there was a rule to require the assertion options to be specified. This would go well with
require-test-error-positions.The goal is mostly to make sure plugin developers know that
requireDataexists.