In my Vue.js project, I have implemented a JavaScript client that was automatically generated using openapi-generator. However, the code generated has some shortcomings such as unused objects leading to eslint errors. Is there a way to selectively disable eslint for a specific package within this Vue project?