I've noticed that we have some file-level disables of CI errors/warnings in our Vue code (for vue/no-unsupported-features and vue/no-v-model-argument).
These should either be disabled at the repo-level (because they're wrong for our code), or inline with an individual justification, but not at the file level.