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
+1 -1
View File
@@ -1 +1 @@
export const pluginConfigSelector = (state) => state.config.pluginConfig;
export const pluginConfigSelector = state => state.config.pluginConfig;
+2 -2
View File
@@ -1,2 +1,2 @@
export const sortOrderSelector = (state) => state.stream.sortOrder;
export const sortBySelector = (state) => state.stream.sortBy;
export const sortOrderSelector = state => state.stream.sortOrder;
export const sortBySelector = state => state.stream.sortBy;