vuetifyjs / eslint-plugin-vuetify

An eslint plugin for Vuetify

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how to add the plugin in eslint.config.js

sachinkmohan opened this issue · comments

I'm not using the old eslintrc.js instead eslint.config.js, which is the new standard recommended by eslint from version 9 onwards on their website https://eslint.org/docs/latest/use/configure/configuration-files. Not sure how to add this plugin to this list, just like I did for Vue 3.

Any help would be useful!

import pluginVue from "eslint-plugin-vue";

export default [
  ...pluginVue.configs["flat/essential"],
  ...pluginVue.configs["flat/recommended"],
  ...pluginVue.configs["flat/strongly-recommended"],
commented

Duplicate of #93