mysticatea/eslint-plugin-node

Relative paths to `node_modules` being reported as unpublished

Open

#162 建立於 2019年5月6日

在 GitHub 查看
 (9 留言) (0 反應) (0 負責人)JavaScript (186 fork)github user discovery
acceptedenhancementhelp wanted

倉庫指標

Star
 (956 star)
PR 合併指標
 (PR 指標待抓取)

描述

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.

貢獻者指南