Skip to content
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

Support for recommended-requiring-type-checking and all #29

Open
rafaellehmkuhl opened this issue Aug 10, 2021 · 3 comments
Open

Support for recommended-requiring-type-checking and all #29

rafaellehmkuhl opened this issue Aug 10, 2021 · 3 comments

Comments

@rafaellehmkuhl
Copy link

Are there plans to support the recommended-requiring-type-checking and the all sets from typescript-eslint?
Would a PR for that be welcome?

@segevfiner
Copy link

Will need vuejs/vue-eslint-parser#104

@StepanMynarik
Copy link

@n0099
Copy link

n0099 commented Dec 17, 2023

https://typescript-eslint.io/linting/typed-linting/
vuejs/vue-eslint-parser#104 (comment)
https://stackoverflow.com/questions/66597732/eslint-vue-3-parsing-error-expected-eslint

parser: 'vue-eslint-parser',
parserOptions: {
    parser: '@typescript-eslint/parser',
    project: ['./tsconfig.json', './tsconfig.node.json'],
    tsconfigRootDir: __dirname,
},
extends: [
    'eslint:recommended',
    'plugin:vue/vue3-recommended',
    '@vue/typescript/recommended',
    'plugin:@typescript-eslint/strict-type-checked',
    'plugin:@typescript-eslint/stylistic-type-checked',
],

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants