We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 following (invalid) code will pass through pug-lint:
pug-lint
body input(type="text") Foo
But, if passed through pug will yield the following error:
pug
input is a self closing element: <input/> but contains nested content.
I think that everything that would make pug fail to compile should be caught by pug-lint, when possible.
I'm using pug-lint v2.4.0 on Ubuntu (installed through yarn).
yarn
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The following (invalid) code will pass through
pug-lint
:But, if passed through
pug
will yield the following error:I think that everything that would make
pug
fail to compile should be caught bypug-lint
, when possible.I'm using
pug-lint
v2.4.0 on Ubuntu (installed throughyarn
).The text was updated successfully, but these errors were encountered: