Fix most eslint warnings
This commit is contained in:
parent
196aa44895
commit
8d2d39cb0e
6 changed files with 16 additions and 12 deletions
|
|
@ -137,6 +137,6 @@ module.exports = {
|
|||
// flow
|
||||
"flowtype/no-dupe-keys": "error",
|
||||
"flowtype/no-weak-types": "warn",
|
||||
"flowtype/require-variable-type": "warn"
|
||||
"flowtype/require-variable-type": "off" // wait for https://github.com/gajus/eslint-plugin-flowtype/issues/198 to be resolved
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue