hypnos 2e8240d176 Fix/suppress current eslint warnings.
Raise `import/no-unresolved` and `import/extensions` to error level
everywhere except `docs`
2017-10-02 01:40:46 +03:00

4 lines
65 B
JavaScript

module.exports = {
extends: ['plugin:import/react-native'],
};