mysticatea/eslint-plugin-node
Ver no GitHubRelative paths to `node_modules` being reported as unpublished
Open
#162 aberto em 6 de mai. de 2019
acceptedenhancementhelp wanted
Métricas do repositório
- Stars
- (956 stars)
- Métricas de merge de PR
- (Métricas PR pendentes)
Description
Hi,
I'm getting no-unpublished-import errors with node_modules-based references:
import Typeson from '../node_modules/typeson-registry/dist/index.js';
This use of paths is convenient in the browser for examples/demos where one doesn't wish to go through a build routine and doesn't need to support older browsers.