import-js/eslint-plugin-import

import/default failing on import of json file

Open

#429 ouverte le 9 juil. 2016

Voir sur GitHub
 (5 commentaires) (0 réactions) (0 assignés)JavaScript (4 946 stars) (1 540 forks)batch import
acceptedenhancementhelp wantedsemver-minor

Description

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.

Guide contributeur