I am using vuetify\'s datatable, i this we have different slots with some props for example below
For me this config added to package.json worked
"eslintConfig": { "root": true, "env": { "node": true }, "extends": [ "plugin:vue/base" ], "rules": {}, "parserOptions": { "parser": "babel-eslint" } }