- Notifications
You must be signed in to change notification settings - Fork37
Add recommended-type-checked#68
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:main
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
parser: require.resolve('vue-eslint-parser'), | ||
parserOptions: { | ||
parser: require('typescript-eslint-parser-for-extra-files') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
@segevfiner Curiously, what problems were you running into that required this dependency?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
The rules that use type checking see the linked issues in the PR description.
Uh oh!
There was an error while loading.Please reload this page.
This can be used like this:
And adding
typescript-eslint-parser-for-extra-files
todevDependencies
Seevuejs/vue-eslint-parser#104 
cc@ota-meshi