Update .eslintrc

This commit is contained in:
Ken-Håvard Lieng 2017-04-09 23:49:37 +02:00
parent f7c8203ed1
commit 3393b1b706
1 changed files with 1 additions and 2 deletions

View File

@ -15,8 +15,7 @@
"react/jsx-filename-extension": 0,
"react/no-array-index-key": 0,
"react/prop-types": 0,
"react/prefer-stateless-function": 0,
"react/require-render-return": 0
"react/prefer-stateless-function": 0
},
"globals": {
"DEV": true