Skip to content
This repository has been archived by the owner on Sep 12, 2020. It is now read-only.

code format. #44

Open
lubegasimon opened this issue Apr 6, 2019 · 0 comments
Open

code format. #44

lubegasimon opened this issue Apr 6, 2019 · 0 comments

Comments

@lubegasimon
Copy link

lubegasimon commented Apr 6, 2019

import {LOGIN_USER_REQUEST, LOGIN_USER_FAILURE, LOGIN_USER_SUCCESS, LOGOUT_USER, FETCH_PROTECTED_DATA_REQUEST, RECEIVE_PROTECTED_DATA} from '../constants';

i think formatting it this way could be better, for readability

import {
  LOGIN_USER_REQUEST,
  LOGIN_USER_FAILURE,
  LOGIN_USER_SUCCESS,
  LOGOUT_USER,
  FETCH_PROTECTED_DATA_REQUEST,
  RECEIVE_PROTECTED_DATA
} from '../constants';
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant