mysticatea/eslint-plugin-node

Relative paths to `node_modules` being reported as unpublished

Open

#162 geöffnet am 6. Mai 2019

Auf GitHub ansehen
 (9 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)JavaScript (186 Forks)github user discovery
acceptedenhancementhelp wanted

Repository-Metriken

Stars
 (956 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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.

Contributor Guide