I created a vue-cli project and turned on linting, which is great. But it extends rules from airbnb-base, then @vue/airbnb, then various vue configs, then our custom rules.
Is there a command line command to display the final extended rule or rules?
What I've Tried:
If it's in the documentation for vue-cli or @vue/cli-plugin-eslint, I'm missing it. The docs at [eslint](https://eslint.org/docs/user-guide/command-line-interface make it look like I should be able to use eslint --print-config file.js but eslint, 'vue-cli-service lint, and vue lint are unknown commands or commands not found.