Skip to content

Commit

Permalink
Update dependencies and rule set
Browse files Browse the repository at this point in the history
  • Loading branch information
bedrich-schindler committed Apr 21, 2021
1 parent d38d2a1 commit c208ebe
Show file tree
Hide file tree
Showing 3 changed files with 142 additions and 59 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ module.exports = {
'no-undef-init': ['error'],
'promise/catch-or-return': ['off'],
'promise/no-nesting': ['off'],
'react/destructuring-assignment': ['off'],
'react/jsx-props-no-spreading': ['off'],
'react-hooks/exhaustive-deps': ['error'],
'react-hooks/rules-of-hooks': ['error'],
Expand Down
196 changes: 139 additions & 57 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"homepage": "https://github.com/visionappscz/eslint-config-visionapps#readme",
"dependencies": {
"eslint-config-airbnb": "^18.2.0",
"eslint-plugin-promise": "^4.2.1"
"eslint-config-airbnb": "^18.2.1",
"eslint-plugin-promise": "^5.1.0"
}
}

0 comments on commit c208ebe

Please sign in to comment.