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
Line 158, column 10: Expected corresponding JSX closing tag for 'Search'. parseForESLint from parser @typescript-eslint/parser is invalid and will just be ignored
Cannot read properties of undefined (reading 'typeAnnotation')
Occurred while linting /search/page.tsx:16
Rule: "etc/no-implicit-any-catch"
The text was updated successfully, but these errors were encountered:
@EvgenyOrekhov As a side note it might be good either to link to some working repos that use eslint-config-hardcore or make some base template apps for people to build from.
So I currently have a typescript, nextjs and tailwind app. when i run lint with this config i get some issues.
I am getting these errors.
Line 158, column 10: Expected corresponding JSX closing tag for 'Search'.
parseForESLint
from parser@typescript-eslint/parser
is invalid and will just be ignoredCannot read properties of undefined (reading 'typeAnnotation')
Occurred while linting /search/page.tsx:16
Rule: "etc/no-implicit-any-catch"
The text was updated successfully, but these errors were encountered: