Lint config/

This commit is contained in:
uwap 2018-08-30 13:27:36 +02:00
parent 2d43f238f7
commit 82f2d0ff50
6 changed files with 286 additions and 253 deletions

View file

@ -19,6 +19,9 @@ module.exports = {
"plugins": [
"react", "flowtype"
],
"globals": {
"require": false
},
"rules": {
// possible errors
"getter-return": "error",