uhyo / eslint-plugin-import-access

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

Fix issue of node_modules package #6

Closed seito2 closed 1 year ago

seito2 commented 1 year ago

When defaultImportability=package, eslint shows error of import-access. But in the most cases, a package from node_modules should not be restricted access.

So I fix it. Sorry.