Clarify node/no-unpublished-import
and files
in package.json
.
#60
Labels
node/no-unpublished-import
and files
in package.json
.
#60
I have babel and this structure:
index.js
compiled indist
directory, using commandbabel src --out-dir dist --ignore /__tests__/
.In
package.json
contains (so as not publish tests.):But i got error if can try import packages from
devDependencies
insrc/__tests__/index-test.js
:/path/to/packege/src/__tests__/index-test.js 4:18 error "ava" is not published node/no-unpublished-import
I can try
convertPath
options but still getting an error. Based on the description, I like to do everything right.The text was updated successfully, but these errors were encountered: