javierbrea / eslint-plugin-boundaries

Eslint plugin checking architecture boundaries between elements
MIT License
473 stars 9 forks source link

include element type in settings validation messages #324

Closed hmnzr closed 5 months ago

hmnzr commented 6 months ago

Small improvement: extends element-types settings validation to include element type that causes errors

Closes #323

javierbrea commented 5 months ago

Thank you @hmnzr . The build is failing due to an eslint error, you could fix it by running npm run lint -- --fix.

hmnzr commented 5 months ago

Thank you @hmnzr . The build is failing due to an eslint error, you could fix it by running npm run lint -- --fix.

Thank you @javierbrea for the hint, will fix it!

hmnzr commented 5 months ago

fixed formatting, please recheck