import-js/eslint-plugin-import
import/default failing on import of json file
Aberta
#429 aberto em 9 de jul. de 2016
acceptedenhancementhelp wantedsemver-minor
Métricas do repositório
- Stars
- (5.940 estrelas)
- Métricas de merge de PR
- (Mesclagem média 138d 22h) (3 fundiu PRs em 30d)
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.