what is .eslint.js in vue

JavaScript
ESLint plugin allows us to check the <template> and <script> of .vue files with ESLint.

1- Finds syntax errors.
2- Finds the wrong use of Vue.js Directives.
3- Finds the violation for Vue.js Style Guide.
Source

Also in JavaScript: