Lint config/
This commit is contained in:
parent
2d43f238f7
commit
82f2d0ff50
6 changed files with 286 additions and 253 deletions
|
|
@ -19,6 +19,9 @@ module.exports = {
|
|||
"plugins": [
|
||||
"react", "flowtype"
|
||||
],
|
||||
"globals": {
|
||||
"require": false
|
||||
},
|
||||
"rules": {
|
||||
// possible errors
|
||||
"getter-return": "error",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue