-
Notifications
You must be signed in to change notification settings - Fork 30
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
Comments
Will need vuejs/vue-eslint-parser#104 |
https://typescript-eslint.io/linting/typed-linting/ 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',
], |
3 tasks
Supported in v14. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Are there plans to support the
recommended-requiring-type-checking
and theall
sets from typescript-eslint?Would a PR for that be welcome?
The text was updated successfully, but these errors were encountered: