Disable prefer-default-export on folder library files

This commit is contained in:
Vesa Luusua 2017-01-19 17:11:09 +02:00
parent 4feb5e8087
commit 50da195ed3
2 changed files with 2 additions and 0 deletions

View file

@ -1,3 +1,4 @@
/* eslint-disable import/prefer-default-export */
import AuthenticationPage from './AuthenticationPage/AuthenticationPage';
import CheckoutPage from './CheckoutPage/CheckoutPage';
import ConversationPage from './ConversationPage/ConversationPage';

View file

@ -4,6 +4,7 @@
* https://github.com/erikras/ducks-modular-redux
*/
/* eslint-disable import/prefer-default-export */
import SearchPage from './SearchPage/SearchPageDucks';
export { SearchPage };