You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"],
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: