replaced eslint:recommended with prettier

This commit is contained in:
Wyatt Johnson
2018-01-11 20:00:34 -07:00
parent d56c19016a
commit 0abc2ca243
649 changed files with 16235 additions and 13008 deletions
+2 -1
View File
@@ -9,4 +9,5 @@ import SortOption from '../components/SortOption';
* @param {string} sort.sortOrder
* @return {Object} Component
*/
export const createSortOption = (label, sort) => withSortOption({...sort, label})(SortOption);
export const createSortOption = (label, sort) =>
withSortOption({ ...sort, label })(SortOption);