Skip to content

Commit

Permalink
chore: fix linter issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohammer5 committed Apr 25, 2024
1 parent 8b47655 commit 1363472
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 3 additions & 1 deletion cypress/e2e/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ Cypress.on('uncaught:exception', (err) => {
const errMsg = err.toString()
if (
errMsg.match(/ResizeObserver loop limit exceeded/) ||
errMsg.match(/ResizeObserver loop completed with undelivered notifications/)
errMsg.match(
/ResizeObserver loop completed with undelivered notifications/
)
) {
return false
}
Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@
"license": "BSD-3-Clause",
"author": "Viktor Varland <[email protected]>",
"contributors": [
{ "name": "Jan-Gerke Salomon", "email": "[email protected]" }
{
"name": "Jan-Gerke Salomon",
"email": "[email protected]"
}
],
"scripts": {
"setup": "./scripts/setup.js",
Expand Down

0 comments on commit 1363472

Please sign in to comment.