-
Notifications
You must be signed in to change notification settings - Fork 6
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
The value variable for each must either be a valid identifier (e.g. item
) or a pair of identifiers in square brackets (e.g. [key, value]
).
#10
Comments
How can i solve it |
As this is an error from
What it doesn't like is the Reported to pug-lexer: pugjs/pug-lexer#85 |
I installed eslint-plugin-pug in the pug project, and when I executed eslint to detect the file, it reported this error:
The value variable for each must either be a valid identifier (e.g.
item
) or a pair of identifiers in square brackets (e.g.[key, value]
).The specific error is as follows:
The text was updated successfully, but these errors were encountered: