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
> eslint .\src\utils.ts
Oops! Something went wrong! :(
ESLint: 8.35.0
TypeError: Error while loading rule 'quasar/no-invalid-qfield-usage': context.parserServices.defineTemplateBodyVisitor is not a function
Based on a suggestion on Discord, this is likely due to the Quasar plugin either not being compatible with ESLint 8, or should not be used in plain TS files.
Desktop (please complete the following information):
OS: Windows 10
The text was updated successfully, but these errors were encountered:
Describe the bug
After following the steps here to add TypeScript support to a legacy project, ESLint would no longer run.
To Reproduce
Steps to reproduce the behavior:
After updating
.eslintrc.js
, I had the following setup:On running ESLint on a single TS file:
Based on a suggestion on Discord, this is likely due to the Quasar plugin either not being compatible with ESLint 8, or should not be used in plain TS files.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: