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
Are there any plans for introducing severity (etc. info/warning/error) for each rule? In our project we use pug-lint to either pass or stop a build, and at the moment we have to disable any rule that are less important (e.g. validateAttributeQuoteMarks should be just logged, but that's it).
It could use syntax similiar to eslint:
"validateIndentation": ['error', 4]
The text was updated successfully, but these errors were encountered:
Are there any plans for introducing severity (etc. info/warning/error) for each rule? In our project we use
pug-lint
to either pass or stop a build, and at the moment we have to disable any rule that are less important (e.g.validateAttributeQuoteMarks
should be just logged, but that's it).It could use syntax similiar to eslint:
The text was updated successfully, but these errors were encountered: