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
{{ message }}
This repository has been archived by the owner on Aug 24, 2022. It is now read-only.
One of my dependency addon in package.json contains errors in templates.
I want to get warnings message for the template inside this particular folder instead of getting huge errors errors.
Please find the below example
Example:
my-addon (I using ember-cli-template-lint in my addon only)
|
| node_modules
|
| internal-addons => (which is throwing a lot of template related errors,
I want this addon shouldn't validate or to throw warning
message instead of error )
One of my dependency addon in package.json contains errors in templates.
I want to get warnings message for the template inside this particular folder instead of getting huge errors errors.
Please find the below example
Example:
I have used below, but this not working properly
Help on this please.
The text was updated successfully, but these errors were encountered: