Check that the volta/extends file exists and has a volta config.
This rule aims to ensure the volta/extends file exists and has a volta config.
Examples of incorrect code for this rule:
{
"volta": {
"extends": "wrong-package/bad-copy-paste"
}
}Examples of correct code for this rule:
{
"volta": {
"extends": "correct-path"
}
}{
"volta": {}
}Extending is optional. If you aren't using it, you may not want this rule.