Update dependencies
This commit is contained in:
parent
d9096b13e4
commit
0a0639e994
3 changed files with 573 additions and 575 deletions
|
|
@ -7,7 +7,8 @@ module.exports = {
|
|||
"extends": [
|
||||
"eslint:recommended",
|
||||
"plugin:flowtype/recommended",
|
||||
"plugin:react/recommended"
|
||||
"plugin:react/recommended",
|
||||
"plugin:react-hooks/recommended"
|
||||
],
|
||||
"parserOptions": {
|
||||
"ecmaFeatures": {
|
||||
|
|
@ -161,6 +162,6 @@ module.exports = {
|
|||
"fp/no-throw": "warn",
|
||||
"fp/no-unused-expression": "warn",
|
||||
"fp/no-valueof-field": "warn",
|
||||
"no-var": "warn"
|
||||
"no-var": "warn"
|
||||
}
|
||||
};
|
||||
|
|
|
|||
|
|
@ -38,6 +38,7 @@
|
|||
"eslint-plugin-flowtype": "^5.2.0",
|
||||
"eslint-plugin-fp": "^2.3.0",
|
||||
"eslint-plugin-react": "^7.14.3",
|
||||
"eslint-plugin-react-hooks": "^4.1.2",
|
||||
"file-loader": "^6.1.0",
|
||||
"flow": "^0.2.3",
|
||||
"flow-bin": "^0.135.0",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue