import-js/eslint-plugin-import

import/default failing on import of json file

Open

#429 geöffnet am 9. Juli 2016

Auf GitHub ansehen
 (5 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)JavaScript (4.946 Stars) (1.540 Forks)batch import
acceptedenhancementhelp wantedsemver-minor

Beschreibung

Code:

import data from './data'

Relevant config:

"import/default": 2,

Error:

error  No default export found in module

I'm not 100% certain, but I believe that node will allow importing of json files when the new module syntax is implemented. So this appears to be an error.

Contributor Guide