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
Thank you for posting the issue. Apparently the semi rule doesn't recognize .astro's --- token. Therefore it is incompatible with semi: ['error', 'never']. I think we need to create an extended semi rule.v
Before You File a Bug Report Please Confirm You Have Done The Following...
What version of ESLint are you using?
8.23.0
What version of
eslint-plugin-astro
are you using?0.18.0
What did you do?
Configuration
What did you expect to happen?
Recognize the semi of the last statement line like a normal js file.
What actually happened?
Cannot recognize the last line of the statement
Link to Minimal Reproducible Example
https://stackblitz.com/edit/node-qjzrj8?file=index.astro
Run
pnpm lint
to see the resultAdditional comments
I think it's a parser error, but I'm not sure.
The text was updated successfully, but these errors were encountered: