Skip to content

Latest commit

 

History

History

eslint-import-resolver-roc

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

eslint-import-resolver-roc

A resolver to eslint-plugin-import that uses the Roc resolver.

Note: included by default by eslint-config-roc.

Install

$ npm install --save-dev eslint-import-resolver-roc

How to use

Included by default by eslint-config-roc which is the recommended way to use it in a project.

If using it standalone please note that it assumes that a Roc runtime has been initialised and will fail otherwise.