Skip to content

Commit

Permalink
Update more dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
swissspidy committed Oct 25, 2024
1 parent dafa0bb commit 936689e
Show file tree
Hide file tree
Showing 7 changed files with 496 additions and 338 deletions.
20 changes: 18 additions & 2 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -439,8 +439,16 @@
],
"jest/prefer-mock-promise-shorthand": "off",
"jest/prefer-snapshot-hint": "off",
"jsdoc/require-jsdoc": "off",
"jest/unbound-method": "off",
"jest/padding-around-all": "off",
"jest/padding-around-after-each-blocks": "off",
"jest/padding-around-after-all-blocks": "off",
"jest/padding-around-before-all-blocks": "off",
"jest/padding-around-before-each-blocks": "off",
"jest/padding-around-describe-blocks": "off",
"jest/padding-around-expect-groups": "off",
"jest/padding-around-test-blocks": "off",
"jsdoc/require-jsdoc": "off",
"testing-library/no-await-sync-events": "error",
"testing-library/no-debugging-utils": "error",
"testing-library/no-dom-import": "error"
Expand Down Expand Up @@ -576,7 +584,15 @@
}
],
"jest/prefer-snapshot-hint": "off",
"jest/unbound-method": "off"
"jest/unbound-method": "off",
"jest/padding-around-all": "off",
"jest/padding-around-after-each-blocks": "off",
"jest/padding-around-after-all-blocks": "off",
"jest/padding-around-before-all-blocks": "off",
"jest/padding-around-before-each-blocks": "off",
"jest/padding-around-describe-blocks": "off",
"jest/padding-around-expect-groups": "off",
"jest/padding-around-test-blocks": "off"
},
"globals": {
"browser": "readonly",
Expand Down
Loading

0 comments on commit 936689e

Please sign in to comment.