Skip to content

Instantly share code, notes, and snippets.

@plzen
Created April 13, 2018 06:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save plzen/7ad39a1bde0df90c5dd66da5637341b1 to your computer and use it in GitHub Desktop.
Save plzen/7ad39a1bde0df90c5dd66da5637341b1 to your computer and use it in GitHub Desktop.
Garden of We Report
{
"extends": ["eslint:recommended", "rallycoding", "plugin:react/recommended"],
"plugins": ["react", "jsx-a11y", "import"],
"parser": "babel-eslint",
"rules": {
"arrow-body-style": 0,
"import/no-named-as-default-member": 0,
"global-require": 0,
"camelcase": 0,
"no-underscore-dangle": 0,
"experimentalDecorators": 0,
"no-undef": 0,
"no-unused-vars": 0,
"no-unused-expressions": 0,
"no-param-reassign": 0,
"react/no-multi-comp": 0,
"no-return-assign": 0,
"no-case-declarations": 0,
"no-irregular-whitespace": 0,
"indent": ["error", 2],
"no-restricted-syntax": 0,
"no-mixed-operators": 0,
"quotes": ["error", "single", { "allowTemplateLiterals": true }],
"import/no-extraneous-dependencies": 0,
"react/sort-comp": 0,
"max-len": 0
}
}
/Users/mvoronin/projects/tmp/community-garden/env.js
1:25 error Unexpected space between function name and paren no-spaced-func
/Users/mvoronin/projects/tmp/community-garden/src/api/index.js
53:19 error Strings must use singlequote quotes
56:3 error Closing curly brace does not appear on the same line as the subsequent block brace-style
58:13 error ["email"] is better written in dot notation dot-notation
58:13 error Strings must use singlequote quotes
58:41 error ["email"] is better written in dot notation dot-notation
58:41 error Strings must use singlequote quotes
59:13 error Strings must use singlequote quotes
59:13 error ["password"] is better written in dot notation dot-notation
59:44 error ["password"] is better written in dot notation dot-notation
59:44 error Strings must use singlequote quotes
61:3 error Closing curly brace does not appear on the same line as the subsequent block brace-style
62:8 error Unnecessary 'else' after 'return' no-else-return
66:21 error Strings must use singlequote quotes
177:46 error Missing semicolon semi
181:31 error Missing semicolon semi
/Users/mvoronin/projects/tmp/community-garden/src/api/registerForPushNotificationsAsync.js
33:31 error ["auth"] is better written in dot notation dot-notation
33:31 error Strings must use singlequote quotes
33:54 error ["auth"] is better written in dot notation dot-notation
33:54 error Strings must use singlequote quotes
50:43 error Missing semicolon semi
54:47 error Expected '!==' and instead saw '!=' eqeqeq
60:7 error Closing curly brace does not appear on the same line as the subsequent block brace-style
131:35 error There should be no spaces inside this paren space-in-parens
168:28 error Multiple spaces found before '(' no-multi-spaces
170:1 error Expected indentation of 2 spaces but found 3 indent
200:23 error Missing semicolon semi
203:34 error Missing semicolon semi
/Users/mvoronin/projects/tmp/community-garden/src/App.js
26:29 error Block must not be padded by blank lines padded-blocks
/Users/mvoronin/projects/tmp/community-garden/src/components/common/Button.js
6:19 error 'onPress' is missing in props validation react/prop-types
6:28 error 'children' is missing in props validation react/prop-types
6:38 error 'style' is missing in props validation react/prop-types
/Users/mvoronin/projects/tmp/community-garden/src/components/common/Card.js
7:1 error Expected indentation of 2 spaces but found 4 indent
7:48 error 'style' is missing in props validation react/prop-types
8:1 error Expected indentation of 4 spaces but found 6 indent
8:14 error 'children' is missing in props validation react/prop-types
9:1 error Expected indentation of 2 spaces but found 4 indent
10:1 error Expected indentation of 0 spaces but found 2 indent
/Users/mvoronin/projects/tmp/community-garden/src/components/common/CardSection.js
7:1 error Expected indentation of 2 spaces but found 4 indent
7:48 error 'style' is missing in props validation react/prop-types
8:1 error Expected indentation of 4 spaces but found 6 indent
8:14 error 'children' is missing in props validation react/prop-types
9:1 error Expected indentation of 2 spaces but found 4 indent
10:1 error Expected indentation of 0 spaces but found 2 indent
/Users/mvoronin/projects/tmp/community-garden/src/components/common/Confirm.js
6:20 error 'children' is missing in props validation react/prop-types
6:30 error 'visible' is missing in props validation react/prop-types
6:39 error 'onAccept' is missing in props validation react/prop-types
6:49 error 'onDecline' is missing in props validation react/prop-types
/Users/mvoronin/projects/tmp/community-garden/src/components/common/Header.js
9:36 error 'headerStyle' is missing in props validation react/prop-types
10:38 error 'headerTextStyle' is missing in props validation react/prop-types
10:63 error 'headerText' is missing in props validation react/prop-types
/Users/mvoronin/projects/tmp/community-garden/src/components/common/InputField.js
5:6 error 'label' is missing in props validation react/prop-types
5:13 error 'value' is missing in props validation react/prop-types
5:20 error 'onChangeText' is missing in props validation react/prop-types
5:34 error 'placeholder' is missing in props validation react/prop-types
5:47 error 'keyboardType' is missing in props validation react/prop-types
5:61 error 'secureTextEntry' is missing in props validation react/prop-types
5:78 error 'autoCapitalize' is missing in props validation react/prop-types
8:1 error Expected indentation of 6 spaces but found 4 indent
9:1 error Expected indentation of 8 spaces but found 6 indent
10:1 error Expected indentation of 8 spaces but found 6 indent
11:1 error Expected indentation of 10 spaces but found 8 indent
12:1 error Expected indentation of 10 spaces but found 8 indent
13:1 error Expected indentation of 10 spaces but found 8 indent
14:1 error Expected indentation of 10 spaces but found 8 indent
15:1 error Expected indentation of 10 spaces but found 8 indent
16:1 error Expected indentation of 10 spaces but found 8 indent
17:1 error Expected indentation of 10 spaces but found 8 indent
18:1 error Expected indentation of 8 spaces but found 6 indent
19:1 error Expected indentation of 6 spaces but found 4 indent
/Users/mvoronin/projects/tmp/community-garden/src/components/common/Spinner.js
5:20 error 'size' is missing in props validation react/prop-types
/Users/mvoronin/projects/tmp/community-garden/src/components/VideoComponent.js
13:20 error 'audio' is missing in props validation react/prop-types
20:19 error 'paused' is missing in props validation react/prop-types
39:20 error 'video' is missing in props validation react/prop-types
43:30 error 'poster' is missing in props validation react/prop-types
53:49 error 'style' is missing in props validation react/prop-types
79:47 error 'playIconStyle' is missing in props validation react/prop-types
/Users/mvoronin/projects/tmp/community-garden/src/constants/AppConstants.js
3:13 error Strings must use singlequote quotes
3:54 error There should be no spaces inside this paren space-in-parens
4:13 error Strings must use singlequote quotes
5:13 error Strings must use singlequote quotes
/Users/mvoronin/projects/tmp/community-garden/src/helpers/apiHelpers.js
29:38 error There should be no spaces inside this paren space-in-parens
33:69 error There should be no spaces inside this paren space-in-parens
37:64 error Missing semicolon semi
47:73 error Missing semicolon semi
/Users/mvoronin/projects/tmp/community-garden/src/modules/auth/components/Login.js
43:16 error 'loginUser' is missing in props validation react/prop-types
50:20 error 'gardenLoginFail' is missing in props validation react/prop-types
56:39 error 'navigation' is missing in props validation react/prop-types
56:50 error 'navigation.dispatch' is missing in props validation react/prop-types
67:21 error 'currentUser' is missing in props validation react/prop-types
67:33 error 'currentUser.accepted_community_values' is missing in props validation react/prop-types
95:33 error 'email' is missing in props validation react/prop-types
105:33 error 'password' is missing in props validation react/prop-types
113:23 error 'error' is missing in props validation react/prop-types
/Users/mvoronin/projects/tmp/community-garden/src/modules/chat/actions/channel.js
66:3 error Missing semicolon semi
73:15 error Strings must use singlequote quotes
74:23 error Strings must use singlequote quotes
79:50 error Missing semicolon semi
194:34 error Multiple spaces found before '//TODO -- shou...' no-multi-spaces
203:1 error Expected indentation of 2 spaces but found 0 indent
204:1 error Expected indentation of 4 spaces but found 2 indent
205:1 error Expected indentation of 6 spaces but found 4 indent
206:1 error Expected indentation of 6 spaces but found 4 indent
207:1 error Expected indentation of 8 spaces but found 6 indent
208:1 error Expected indentation of 8 spaces but found 6 indent
209:1 error Expected indentation of 8 spaces but found 6 indent
210:1 error Expected indentation of 10 spaces but found 8 indent
211:1 error Expected indentation of 8 spaces but found 6 indent
212:1 error Expected indentation of 6 spaces but found 4 indent
213:1 error Expected indentation of 6 spaces but found 4 indent
214:1 error Expected indentation of 8 spaces but found 6 indent
215:1 error Expected indentation of 10 spaces but found 8 indent
216:1 error Expected indentation of 8 spaces but found 6 indent
217:1 error Expected indentation of 8 spaces but found 6 indent
218:1 error Expected indentation of 10 spaces but found 8 indent
219:1 error Expected indentation of 10 spaces but found 8 indent
220:1 error Expected indentation of 12 spaces but found 10 indent
221:1 error Expected indentation of 10 spaces but found 8 indent
222:1 error Expected indentation of 12 spaces but found 10 indent
223:1 error Expected indentation of 10 spaces but found 8 indent
224:1 error Expected indentation of 10 spaces but found 8 indent
225:1 error Expected indentation of 8 spaces but found 6 indent
226:1 error Expected indentation of 4 spaces but found 2 indent
227:1 error Expected indentation of 2 spaces but found 0 indent
309:36 error Missing semicolon semi
/Users/mvoronin/projects/tmp/community-garden/src/modules/chat/actions/channels.js
124:2 error Missing semicolon semi
195:56 error Missing semicolon semi
/Users/mvoronin/projects/tmp/community-garden/src/modules/chat/actions/types.js
28:45 error Missing semicolon semi
30:63 error Missing semicolon semi
31:61 error Missing semicolon semi
32:71 error Missing semicolon semi
33:69 error Missing semicolon semi
35:62 error Newline required at end of file but not found eol-last
/Users/mvoronin/projects/tmp/community-garden/src/modules/chat/components/ChannelFiles.js
11:40 error 'messages' is missing in props validation react/prop-types
11:60 error 'channel' is missing in props validation react/prop-types
11:68 error 'channel._id' is missing in props validation react/prop-types
/Users/mvoronin/projects/tmp/community-garden/src/modules/chat/components/ChannelInfo.js
18:28 error 'navigation' is missing in props validation react/prop-types
18:39 error 'navigation.state' is missing in props validation react/prop-types
18:45 error 'navigation.state.params' is missing in props validation react/prop-types
18:52 error 'navigation.state.params.channel' is missing in props validation react/prop-types
18:60 error 'navigation.state.params.channel.global' is missing in props validation react/prop-types
24:34 error 'addingUserToChannel' is missing in props validation react/prop-types
25:38 error 'removingUserFromChannel' is missing in props validation react/prop-types
30:16 error 'fetchChannelUsers' is missing in props validation react/prop-types
51:1 error Expected indentation of 6 spaces but found 8 indent
52:1 error Expected indentation of 6 spaces but found 8 indent
54:1 error Expected indentation of 8 spaces but found 10 indent
55:1 error Expected indentation of 8 spaces but found 10 indent
57:1 error Expected indentation of 4 spaces but found 6 indent
61:13 error 'currentUser' is missing in props validation react/prop-types
66:16 error 'removeUserFromChannel' is missing in props validation react/prop-types
69:33 error 'navigation.dispatch' is missing in props validation react/prop-types
79:16 error 'addUserToChannel' is missing in props validation react/prop-types
83:16 error 'leaveChannel' is missing in props validation react/prop-types
83:40 error 'channel' is missing in props validation react/prop-types
91:1 error Expected indentation of 6 spaces but found 4 indent
136:23 error 'fetchingChannelUsers' is missing in props validation react/prop-types
140:36 error 'channelUsers' is missing in props validation react/prop-types
157:36 error 'eligibleUsers' is missing in props validation react/prop-types
185:48 error 'navigation.navigate' is missing in props validation react/prop-types
191:89 error There should be no space before '}' react/jsx-curly-spacing
/Users/mvoronin/projects/tmp/community-garden/src/modules/chat/components/Channels/ChannelItem.js
11:20 error 'myChannel' is missing in props validation react/prop-types
12:18 error 'setChannel' is missing in props validation react/prop-types
12:40 error 'channel' is missing in props validation react/prop-types
26:16 error 'joinChannel' is missing in props validation react/prop-types
47:35 error 'channel.name' is missing in props validation react/prop-types
/Users/mvoronin/projects/tmp/community-garden/src/modules/chat/components/Channels/index.js
21:16 error 'fetchChannels' is missing in props validation react/prop-types
22:16 error 'fetchAllUsers' is missing in props validation react/prop-types
23:13 error 'myChannels' is missing in props validation react/prop-types
23:25 error 'otherChannels' is missing in props validation react/prop-types
/Users/mvoronin/projects/tmp/community-garden/src/modules/chat/components/ChatUI/CustomComponents/Actions.js
45:1 error Expected indentation of 4 spaces but found 6 indent
46:1 error Expected indentation of 6 spaces but found 8 indent
47:1 error Expected indentation of 6 spaces but found 8 indent
48:1 error Expected indentation of 8 spaces but found 10 indent
49:1 error Expected indentation of 8 spaces but found 10 indent
50:1 error Expected indentation of 6 spaces but found 8 indent
51:1 error Expected indentation of 8 spaces but found 10 indent
52:1 error Expected indentation of 8 spaces but found 10 indent
53:1 error Expected indentation of 6 spaces but found 8 indent
54:1 error Expected indentation of 6 spaces but found 8 indent
55:1 error Expected indentation of 4 spaces but found 6 indent
77:18 error 'setSelectedImages' is missing in props validation react/prop-types
83:41 error Missing space before opening brace space-before-blocks
88:3 error Block must not be padded by blank lines padded-blocks
208:13 error Value must be omitted for boolean attributes react/jsx-boolean-value
/Users/mvoronin/projects/tmp/community-garden/src/modules/chat/components/ChatUI/CustomComponents/AudioActions.js
114:16 error 'setSelectedImages' is missing in props validation react/prop-types
/Users/mvoronin/projects/tmp/community-garden/src/modules/chat/components/ChatUI/CustomComponents/Bubble.js
14:8 error A space is required after '{' object-curly-spacing
14:47 error A space is required before '}' object-curly-spacing
15:8 error A space is required after '{' object-curly-spacing
15:15 error A space is required before '}' object-curly-spacing
17:7 error A space is required after '{' object-curly-spacing
17:45 error A space is required before '}' object-curly-spacing
36:1 error Expected indentation of 8 spaces but found 10 indent
37:1 error Expected indentation of 10 spaces but found 12 indent
38:1 error Expected indentation of 10 spaces but found 12 indent
39:1 error Expected indentation of 8 spaces but found 10 indent
40:1 error Expected indentation of 10 spaces but found 12 indent
76:48 error A space is required before closing bracket react/jsx-space-before-closing
84:7 error Unexpected assignment within an 'if' statement no-cond-assign
84:32 error 'myChannels' is missing in props validation react/prop-types
84:43 error 'myChannels.find' is missing in props validation react/prop-types
84:89 error Expected '===' and instead saw '==' eqeqeq
86:97 error A space is required before closing bracket react/jsx-space-before-closing
87:14 error Unnecessary 'else' after 'return' no-else-return
89:80 error A space is required before closing bracket react/jsx-space-before-closing
89:82 error Missing semicolon semi
105:50 error A space is required before closing bracket react/jsx-space-before-closing
111:11 error A space is required after '{' object-curly-spacing
111:26 error A space is required before '}' object-curly-spacing
112:20 error 'renderTicks' is missing in props validation react/prop-types
115:48 error 'user' is missing in props validation react/prop-types
115:53 error 'user._id' is missing in props validation react/prop-types
136:34 error A space is required before closing bracket react/jsx-space-before-closing
149:36 error A space is required before closing bracket react/jsx-space-before-closing
154:16 error 'setChannel' is missing in props validation react/prop-types
158:19 error A space is required after '{' object-curly-spacing
158:33 error A space is required before '}' object-curly-spacing
159:40 error Missing semicolon semi
160:16 error 'createResourceChannel' is missing in props validation react/prop-types
161:21 error A space is required after '{' object-curly-spacing
161:53 error A space is required before '}' object-curly-spacing
173:19 error Property should be placed on a new line react/jsx-first-prop-new-line
174:1 error Expected indentation of 6 spaces but found 8 indent
175:1 error Expected indentation of 6 spaces but found 8 indent
176:1 error Expected indentation of 4 spaces but found 6 indent
176:9 error The closing bracket must be aligned with the line containing the opening tag (expected column 5 on the next line) react/jsx-closing-bracket-location
177:13 error Property should be placed on a new line react/jsx-first-prop-new-line
178:1 error Expected indentation of 8 spaces but found 10 indent
179:1 error Expected indentation of 8 spaces but found 10 indent
180:1 error Expected indentation of 8 spaces but found 10 indent
181:1 error Expected indentation of 8 spaces but found 10 indent
182:1 error Expected indentation of 6 spaces but found 8 indent
182:11 error The closing bracket must be aligned with the line containing the opening tag (expected column 7 on the next line) react/jsx-closing-bracket-location
194:19 error Property should be placed on a new line react/jsx-first-prop-new-line
195:1 error Expected indentation of 14 spaces but found 16 indent
196:1 error Expected indentation of 14 spaces but found 16 indent
197:1 error Expected indentation of 12 spaces but found 14 indent
197:17 error The closing bracket must be aligned with the line containing the opening tag (expected column 13 on the next line) react/jsx-closing-bracket-location
309:35 error A space is required after '{' object-curly-spacing
309:89 error A space is required before '}' object-curly-spacing
310:33 error A space is required after '{' object-curly-spacing
310:87 error A space is required before '}' object-curly-spacing
311:41 error A space is required after '{' object-curly-spacing
311:95 error A space is required before '}' object-curly-spacing
313:41 error A space is required after '{' object-curly-spacing
313:95 error A space is required before '}' object-curly-spacing
314:45 error A space is required after '{' object-curly-spacing
314:99 error A space is required before '}' object-curly-spacing
/Users/mvoronin/projects/tmp/community-garden/src/modules/chat/components/ChatUI/CustomComponents/CustomView.js
50:16 error 'navigation' is missing in props validation react/prop-types
50:27 error 'navigation.dispatch' is missing in props validation react/prop-types
/Users/mvoronin/projects/tmp/community-garden/src/modules/chat/components/ChatUI/CustomComponents/index.js
1:8 error A space is required after '{' object-curly-spacing
1:21 error A space is required before '}' object-curly-spacing
2:8 error A space is required after '{' object-curly-spacing
2:19 error A space is required before '}' object-curly-spacing
3:8 error A space is required after '{' object-curly-spacing
3:22 error A space is required before '}' object-curly-spacing
4:8 error A space is required after '{' object-curly-spacing
4:21 error A space is required before '}' object-curly-spacing
5:8 error A space is required after '{' object-curly-spacing
5:27 error A space is required before '}' object-curly-spacing
6:8 error A space is required after '{' object-curly-spacing
6:19 error A space is required before '}' object-curly-spacing
/Users/mvoronin/projects/tmp/community-garden/src/modules/chat/components/ChatUI/CustomComponents/InputToolbar.js
61:1 error Expected indentation of 8 spaces but found 10 indent
62:1 error Expected indentation of 10 spaces but found 12 indent
63:1 error Expected indentation of 10 spaces but found 12 indent
64:1 error Expected indentation of 10 spaces but found 12 indent
65:1 error Expected indentation of 10 spaces but found 12 indent
66:1 error Expected indentation of 12 spaces but found 14 indent
67:1 error Expected indentation of 12 spaces but found 14 indent
68:1 error Expected indentation of 14 spaces but found 16 indent
69:1 error Expected indentation of 16 spaces but found 18 indent
70:1 error Expected indentation of 18 spaces but found 20 indent
71:1 error Expected indentation of 18 spaces but found 20 indent
72:1 error Expected indentation of 18 spaces but found 20 indent
73:1 error Expected indentation of 18 spaces but found 20 indent
74:1 error Expected indentation of 18 spaces but found 20 indent
75:1 error Expected indentation of 18 spaces but found 20 indent
76:1 error Expected indentation of 18 spaces but found 20 indent
77:1 error Expected indentation of 18 spaces but found 20 indent
78:1 error Expected indentation of 18 spaces but found 20 indent
79:1 error Expected indentation of 20 spaces but found 22 indent
80:1 error Expected indentation of 18 spaces but found 20 indent
81:1 error Expected indentation of 16 spaces but found 18 indent
82:1 error Expected indentation of 14 spaces but found 16 indent
83:1 error Expected indentation of 12 spaces but found 14 indent
84:1 error Expected indentation of 14 spaces but found 16 indent
85:1 error Expected indentation of 16 spaces but found 18 indent
86:1 error Expected indentation of 18 spaces but found 20 indent
87:1 error Expected indentation of 18 spaces but found 20 indent
88:1 error Expected indentation of 16 spaces but found 18 indent
89:1 error Expected indentation of 14 spaces but found 16 indent
90:1 error Expected indentation of 12 spaces but found 14 indent
91:1 error Expected indentation of 12 spaces but found 14 indent
92:1 error Expected indentation of 14 spaces but found 16 indent
93:1 error Expected indentation of 16 spaces but found 18 indent
94:1 error Expected indentation of 16 spaces but found 18 indent
95:1 error Expected indentation of 14 spaces but found 16 indent
96:1 error Expected indentation of 12 spaces but found 14 indent
97:1 error Expected indentation of 10 spaces but found 12 indent
98:1 error Expected indentation of 8 spaces but found 10 indent
132:24 error 'text' is missing in props validation react/prop-types
132:29 error 'text.trim' is missing in props validation react/prop-types
/Users/mvoronin/projects/tmp/community-garden/src/modules/chat/components/ChatUI/CustomComponents/MessageAudio.js
33:1 error Expected indentation of 10 spaces but found 11 indent
34:1 error Expected indentation of 12 spaces but found 13 indent
35:1 error Expected indentation of 12 spaces but found 13 indent
36:1 error Expected indentation of 12 spaces but found 13 indent
37:1 error Expected indentation of 10 spaces but found 11 indent
/Users/mvoronin/projects/tmp/community-garden/src/modules/chat/components/ChatUI/CustomComponents/Send.js
23:25 error 'children' is missing in props validation react/prop-types
/Users/mvoronin/projects/tmp/community-garden/src/modules/chat/components/ChatUI/index.js
26:16 error Absolute imports should come before relative imports import/imports-first
37:22 error 'messages' is missing in props validation react/prop-types
37:22 error 'messages' is missing in props validation react/prop-types
37:22 error 'messages' is missing in props validation react/prop-types
37:22 error 'messages' is missing in props validation react/prop-types
45:18 error 'currentUser' is missing in props validation react/prop-types
45:18 error 'currentUser' is missing in props validation react/prop-types
45:18 error 'currentUser' is missing in props validation react/prop-types
45:18 error 'currentUser' is missing in props validation react/prop-types
57:16 error 'fetchMessages' is missing in props validation react/prop-types
57:41 error 'currentChannel' is missing in props validation react/prop-types
57:56 error 'currentChannel._id' is missing in props validation react/prop-types
64:35 error 'isLoadingEarlier' is missing in props validation react/prop-types
64:35 error 'isLoadingEarlier' is missing in props validation react/prop-types
64:35 error 'isLoadingEarlier' is missing in props validation react/prop-types
70:16 error 'stopFetchingChannelMessages' is missing in props validation react/prop-types
70:16 error 'stopFetchingChannelMessages' is missing in props validation react/prop-types
70:16 error 'stopFetchingChannelMessages' is missing in props validation react/prop-types
70:55 error 'currentChannel' is missing in props validation react/prop-types
70:55 error 'currentChannel' is missing in props validation react/prop-types
70:55 error 'currentChannel' is missing in props validation react/prop-types
70:70 error 'currentChannel._id' is missing in props validation react/prop-types
70:70 error 'currentChannel._id' is missing in props validation react/prop-types
70:70 error 'currentChannel._id' is missing in props validation react/prop-types
82:20 error 'loadEarlierMessages' is missing in props validation react/prop-types
82:20 error 'loadEarlierMessages' is missing in props validation react/prop-types
82:20 error 'loadEarlierMessages' is missing in props validation react/prop-types
125:9 error 'pending_messages' is never reassigned. Use 'const' instead prefer-const
139:20 error 'sendMessageToApi' is missing in props validation react/prop-types
139:20 error 'sendMessageToApi' is missing in props validation react/prop-types
175:1 error Expected indentation of 6 spaces but found 4 indent
176:1 error Expected indentation of 8 spaces but found 6 indent
177:1 error Expected indentation of 10 spaces but found 8 indent
178:1 error Expected indentation of 10 spaces but found 8 indent
179:1 error Expected indentation of 8 spaces but found 6 indent
180:1 error Expected indentation of 8 spaces but found 6 indent
181:1 error Expected indentation of 8 spaces but found 6 indent
181:31 error A space is required after ',' comma-spacing
182:1 error Expected indentation of 8 spaces but found 6 indent
185:1 error Expected indentation of 10 spaces but found 8 indent
186:1 error Expected indentation of 10 spaces but found 8 indent
187:1 error Expected indentation of 8 spaces but found 6 indent
188:1 error Expected indentation of 8 spaces but found 6 indent
188:18 error 'sendMessage' is missing in props validation react/prop-types
189:1 error Expected indentation of 6 spaces but found 4 indent
225:28 error Multiple spaces found before '//TODO generat...' no-multi-spaces
234:24 error 'sendMessage' is missing in props validation react/prop-types
268:1 error Expected indentation of 6 spaces but found 0 indent
269:1 error Expected indentation of 8 spaces but found 2 indent
270:1 error Expected indentation of 10 spaces but found 4 indent
271:1 error Expected indentation of 8 spaces but found 2 indent
272:1 error Expected indentation of 6 spaces but found 0 indent
273:41 error 'createResourceChannel' is missing in props validation react/prop-types
274:30 error 'setChannel' is missing in props validation react/prop-types
275:28 error 'channels' is missing in props validation react/prop-types
276:30 error 'myChannels' is missing in props validation react/prop-types
282:1 error Expected indentation of 6 spaces but found 0 indent
283:1 error Expected indentation of 8 spaces but found 2 indent
284:1 error Expected indentation of 6 spaces but found 0 indent
285:1 error Expected indentation of 8 spaces but found 2 indent
286:1 error Expected indentation of 6 spaces but found 0 indent
292:1 error Expected indentation of 4 spaces but found 6 indent
292:30 error Property should be placed on a new line react/jsx-first-prop-new-line
293:1 error Expected indentation of 6 spaces but found 10 indent
294:1 error Expected indentation of 6 spaces but found 10 indent
295:1 error Expected indentation of 6 spaces but found 10 indent
296:1 error Expected indentation of 4 spaces but found 8 indent
297:1 error Expected indentation of 6 spaces but found 10 indent
298:1 error Expected indentation of 6 spaces but found 10 indent
299:1 error Expected indentation of 6 spaces but found 10 indent
300:1 error Expected indentation of 4 spaces but found 8 indent
300:11 error The closing bracket must be aligned with the line containing the opening tag (expected column 7 on the next line) react/jsx-closing-bracket-location
300:11 error A space is required before closing bracket react/jsx-space-before-closing
305:70 error 'navigation' is missing in props validation react/prop-types
370:58 error 'currentChannel.community_resource_id' is missing in props validation react/prop-types
/Users/mvoronin/projects/tmp/community-garden/src/modules/chat/components/NewChannel.js
21:34 error 'currentUser' is missing in props validation react/prop-types
37:16 error 'createChannel' is missing in props validation react/prop-types
43:20 error 'setChannel' is missing in props validation react/prop-types
/Users/mvoronin/projects/tmp/community-garden/src/modules/chat/components/PlayVideo.js
6:13 error 'navigation.state' is missing in props validation react/prop-types
6:67 error 'navigation' is missing in props validation react/prop-types
/Users/mvoronin/projects/tmp/community-garden/src/modules/chat/components/Users.js
12:16 error 'fetchChannelUsers' is missing in props validation react/prop-types
15:20 error 'users' is missing in props validation react/prop-types
16:31 error 'users.map' is missing in props validation react/prop-types
21:26 error 'navigation' is missing in props validation react/prop-types
21:37 error 'navigation.dispatch' is missing in props validation react/prop-types
/Users/mvoronin/projects/tmp/community-garden/src/modules/chat/reducers/channel.js
98:6 error Missing semicolon semi
103:6 error Missing semicolon semi
108:6 error Missing semicolon semi
113:6 error Missing semicolon semi
118:6 error Missing semicolon semi
125:6 error Missing semicolon semi
/Users/mvoronin/projects/tmp/community-garden/src/modules/navigation/containers/AppWithNavigatorState.js
23:37 error Multiple spaces found before '//subscribeWit...' no-multi-spaces
37:20 error 'dispatch' is missing in props validation react/prop-types
44:13 error 'dispatch' is missing in props validation react/prop-types
44:23 error 'navigationState' is missing in props validation react/prop-types
/Users/mvoronin/projects/tmp/community-garden/src/modules/navigation/navigators/Chat.js
31:1 error Expected indentation of 10 spaces but found 12 indent
32:1 error Expected indentation of 10 spaces but found 12 indent
33:1 error Expected indentation of 10 spaces but found 12 indent
34:1 error Expected indentation of 10 spaces but found 12 indent
35:1 error Expected indentation of 12 spaces but found 14 indent
36:1 error Expected indentation of 14 spaces but found 16 indent
37:1 error Expected indentation of 12 spaces but found 14 indent
/Users/mvoronin/projects/tmp/community-garden/src/modules/navigation/navigators/TabBar.js
21:19 error Component definition is missing display name react/display-name
21:22 error 'focused' is missing in props validation react/prop-types
/Users/mvoronin/projects/tmp/community-garden/src/modules/navigation/navigators/ValuesNavigator.js
105:1 error Expected indentation of 6 spaces but found 8 indent
106:1 error Expected indentation of 6 spaces but found 8 indent
107:1 error Expected indentation of 6 spaces but found 8 indent
108:1 error Expected indentation of 6 spaces but found 8 indent
109:1 error Expected indentation of 8 spaces but found 10 indent
110:1 error Expected indentation of 8 spaces but found 10 indent
111:1 error Expected indentation of 8 spaces but found 10 indent
112:1 error Expected indentation of 6 spaces but found 8 indent
113:1 error Expected indentation of 6 spaces but found 8 indent
/Users/mvoronin/projects/tmp/community-garden/src/modules/navigation/reducers/index.js
25:1 error Expected indentation of 6 spaces but found 8 indent
26:1 error Expected indentation of 8 spaces but found 10 indent
27:1 error Expected indentation of 6 spaces but found 8 indent
31:1 error Expected indentation of 6 spaces but found 8 indent
32:1 error Expected indentation of 8 spaces but found 10 indent
33:1 error Expected indentation of 8 spaces but found 10 indent
34:1 error Expected indentation of 10 spaces but found 13 indent
35:1 error Expected indentation of 12 spaces but found 17 indent
36:1 error Expected indentation of 10 spaces but found 14 indent
37:1 error Expected indentation of 10 spaces but found 12 indent
38:1 error Expected indentation of 12 spaces but found 17 indent
39:1 error Expected indentation of 12 spaces but found 17 indent
40:1 error Expected indentation of 10 spaces but found 14 indent
41:1 error Expected indentation of 8 spaces but found 10 indent
42:1 error Expected indentation of 6 spaces but found 8 indent
43:1 error Expected indentation of 6 spaces but found 8 indent
/Users/mvoronin/projects/tmp/community-garden/src/modules/onboarding/components/common/NextButton.js
10:48 error 'style' is missing in props validation react/prop-types
12:26 error 'pauseVideo' is missing in props validation react/prop-types
15:26 error 'acceptCommunityValues' is missing in props validation react/prop-types
18:22 error 'navigation' is missing in props validation react/prop-types
18:33 error 'navigation.dispatch' is missing in props validation react/prop-types
20:37 error 'nextRoute' is missing in props validation react/prop-types
25:58 error 'nextTitle' is missing in props validation react/prop-types
/Users/mvoronin/projects/tmp/community-garden/src/modules/onboarding/components/common/Value.js
16:20 error 'video' is missing in props validation react/prop-types
44:7 error 'colors' is missing in props validation react/prop-types
44:15 error 'style' is missing in props validation react/prop-types
44:22 error 'image' is missing in props validation react/prop-types
44:29 error 'imageStyle' is missing in props validation react/prop-types
45:7 error 'title' is missing in props validation react/prop-types
45:14 error 'description' is missing in props validation react/prop-types
45:27 error 'whatNext' is missing in props validation react/prop-types
45:37 error 'nextScreen' is missing in props validation react/prop-types
/Users/mvoronin/projects/tmp/community-garden/src/modules/onboarding/components/Values/AcceptingGuidelines.js
8:24 error Strings must use singlequote quotes
10:25 error Absolute imports should come before relative imports import/imports-first
41:16 error 'acceptCommunityValues' is missing in props validation react/prop-types
68:1 error Expected indentation of 12 spaces but found 10 indent
69:1 error Expected indentation of 14 spaces but found 12 indent
70:1 error Expected indentation of 16 spaces but found 14 indent
72:1 error Expected indentation of 14 spaces but found 12 indent
73:1 error Expected indentation of 12 spaces but found 10 indent
103:1 error Expected indentation of 10 spaces but found 9 indent
104:1 error Expected indentation of 12 spaces but found 11 indent
105:1 error Expected indentation of 14 spaces but found 13 indent
106:1 error Expected indentation of 12 spaces but found 11 indent
107:1 error Expected indentation of 10 spaces but found 8 indent
107:9 error The closing bracket must be aligned with the line containing the opening tag (expected column 10) react/jsx-closing-bracket-location
108:1 error Expected indentation of 10 spaces but found 9 indent
135:1 error Expected indentation of 2 spaces but found 3 indent
/Users/mvoronin/projects/tmp/community-garden/src/modules/onboarding/components/Values/SuspensionGuidelines.js
21:39 error 'closeModal' is missing in props validation react/prop-types
/Users/mvoronin/projects/tmp/community-garden/src/modules/onboarding/components/Welcome/index.js
36:16 error 'navigation' is missing in props validation react/prop-types
36:27 error 'navigation.navigate' is missing in props validation react/prop-types
/Users/mvoronin/projects/tmp/community-garden/src/modules/onboarding/components/Welcome/Slide.js
48:13 error 'slide' is missing in props validation react/prop-types
48:20 error 'index' is missing in props validation react/prop-types
/Users/mvoronin/projects/tmp/community-garden/src/modules/onboarding/onBoardingActions.js
15:42 error Missing semicolon semi
18:3 error Newline required at end of file but not found eol-last
/Users/mvoronin/projects/tmp/community-garden/src/modules/user/components/index.js
13:17 error Absolute imports should come before relative imports import/imports-first
30:39 error 'navigation' is missing in props validation react/prop-types
30:50 error 'navigation.dispatch' is missing in props validation react/prop-types
43:44 error 'currentUser' is missing in props validation react/prop-types
43:56 error 'currentUser.first_name' is missing in props validation react/prop-types
44:1 error Expected indentation of 20 spaces but found 18 indent
44:43 error 'currentUser.last_name' is missing in props validation react/prop-types
51:56 error 'currentUser.email' is missing in props validation react/prop-types
64:45 error 'logoutUser' is missing in props validation react/prop-types
87:1 error Expected indentation of 16 spaces but found 14 indent
88:1 error Expected indentation of 18 spaces but found 16 indent
89:1 error Expected indentation of 18 spaces but found 16 indent
90:17 error The closing bracket must be aligned with the line containing the opening tag (expected column 15) react/jsx-closing-bracket-location
/Users/mvoronin/projects/tmp/community-garden/src/store/configureStore.js
21:1 error Expected indentation of 2 spaces but found 1 indent
22:1 error Expected indentation of 2 spaces but found 1 indent
/Users/mvoronin/projects/tmp/community-garden/src/store/firebase.js
8:13 error Strings must use singlequote quotes
✖ 492 problems (492 errors, 0 warnings)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment