I'm using vue and I just updated @typescript-eslint/eslint-plugin": "^3.10.1". My project contains several components. Some of them are using javascript and others typescript.
Warning
I have this warning for methods inside non typescript components
warning: Missing return type on function (@typescript-eslint/explicit-module-boundary-types)
Question
How could I not apply this rule on .vue file which are not using <script lang="ts"> ?