Skip to content

Commit 694d5a5

Browse files
authored
Merge pull request #2 from osakipokima/jons-branch
Jons branch
2 parents af9412a + 8584bf1 commit 694d5a5

File tree

39 files changed

+185
-92
lines changed

39 files changed

+185
-92
lines changed

.eslintrc.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,11 @@ module.exports = {
88
'no-use-before-define': 'off',
99
'react/jsx-filename-extension': 'off',
1010
'react/prop-types': 'off',
11-
'comma-dangle': 'off'
11+
'comma-dangle': 'off',
12+
'prefer-stateless': 'off',
13+
'no-useless-constructor': 'off',
14+
'react/prefer-stateless-function':'off',
15+
'import/prefer-default-export': 'off'
1216
},
1317
'globals': {
1418
"fetch": false
10.8 KB
Loading
103 KB
Loading
6.08 KB
Loading
63 KB
Loading
16.2 KB
Loading
172 KB
Loading
27.8 KB
Loading
248 KB
Loading
1.28 KB
Loading

0 commit comments

Comments
 (0)