Skip to content

Commit

Permalink
Bump packages and version to 6.2.0 (#769)
Browse files Browse the repository at this point in the history
* Nump packages

* bump version
  • Loading branch information
Senderek authored Jul 13, 2023
1 parent c070ed0 commit a454297
Show file tree
Hide file tree
Showing 3 changed files with 290 additions and 385 deletions.
10 changes: 8 additions & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@
"default-case": "error",
"dot-notation": "error",
"eol-last": "error",
"eqeqeq": ["error", "always"],
"eqeqeq": ["error", "smart"],
"guard-for-in": "error",
"import/named": "off",
"import/namespace": "off",
Expand Down Expand Up @@ -292,7 +292,13 @@
"react/jsx-indent": ["off", 4],
"react/jsx-indent-props": ["off", 4],
"react/jsx-key": "error",
"react/jsx-no-bind": "error",
"react/jsx-no-bind": [
"error",
{
"ignoreDOMComponents": true,
"ignoreRefs": true
}
],
"react/jsx-tag-spacing": [
"error",
{
Expand Down
Loading

0 comments on commit a454297

Please sign in to comment.