mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-30 09:36:42 +10:00
Disable prefer-default-export on folder library files
This commit is contained in:
parent
4feb5e8087
commit
50da195ed3
2 changed files with 2 additions and 0 deletions
|
|
@ -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';
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@
|
|||
* https://github.com/erikras/ducks-modular-redux
|
||||
*/
|
||||
|
||||
/* eslint-disable import/prefer-default-export */
|
||||
import SearchPage from './SearchPage/SearchPageDucks';
|
||||
|
||||
export { SearchPage };
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue