Skip to content
This repository has been archived by the owner on Jul 5, 2019. It is now read-only.

sebald/eslint-plugin-monorepo-typescript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eslint-plugin-monorepo-typescript

See azz/eslint-plugin-monorepo#8

Executing yarn lint will cause the following error:

/<path>/eslint-plugin-monorepo-typescript/packages/foo/index.ts
  1:1  error  Resolve error: unable to load resolver "node"  monorepo/no-relative-import

Adding eslint-plugin-import as dependency will resolve this issue.