Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to use eslint-config-love with Vue.js? #1618

Closed
darkbasic opened this issue Jun 19, 2024 · 0 comments
Closed

How to use eslint-config-love with Vue.js? #1618

darkbasic opened this issue Jun 19, 2024 · 0 comments

Comments

@darkbasic
Copy link

I don't think I've seen any instructions on how to use eslint-config-love with vue.js and @vue/eslint-config-standard-with-typescript doesn't seem to be actively maintained.

How am I supposed to incorporate eslint-config-love into a vue.js project?

This is the default .eslintrc.cjs created by vue create:

/* eslint-env node */
require('@rushstack/eslint-patch/modern-module-resolution')

module.exports = {
  root: true,
  'extends': [
    'plugin:vue/vue3-essential',
    'eslint:recommended',
    '@vue/eslint-config-typescript',
    '@vue/eslint-config-prettier/skip-formatting'
  ],
  overrides: [
    {
      files: [
        'cypress/e2e/**/*.{cy,spec}.{js,ts,jsx,tsx}',
        'cypress/support/**/*.{js,ts,jsx,tsx}'
      ],
      'extends': [
        'plugin:cypress/recommended'
      ]
    }
  ],
  parserOptions: {
    ecmaVersion: 'latest'
  }
}
Repository owner locked and limited conversation to collaborators Jun 21, 2024
@mightyiam mightyiam converted this issue into discussion #1623 Jun 21, 2024

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
None yet
Projects
Development

No branches or pull requests

1 participant