no-absolute-path
: TypeError: Cannot read property 'indexOf' of undefined
#1616
Labels
no-absolute-path
: TypeError: Cannot read property 'indexOf' of undefined
#1616
With this rule:
'import/no-absolute-path': 'error'
Type this code:
import eslint from e
The following error occurs:
Should be an easy fix? I know that the error is probably because the
from
source should be quoted, but still, it shouldn't throw an error like that.The text was updated successfully, but these errors were encountered: