uhyo / eslint-plugin-import-access

https://www.npmjs.com/package/eslint-plugin-import-access
MIT License
355 stars 9 forks source link

Add default importability setting #5

Closed seito2 closed 1 year ago

seito2 commented 1 year ago

Summary

Add default importability setting for applying @package or @private to entire project without adding JSDoc.

I think it's similar thought with https://github.com/uhyo/eslint-plugin-import-access/issues/2.

Sorry for the sudden, but I hope you take a look when you have time!

uhyo commented 1 year ago

Released as v1.1.0. Thank you 🎁

seito2 commented 1 year ago

Thank you too!