Skip to content

Commit

Permalink
Update some ESLint plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianMitchL committed Apr 18, 2024
1 parent 7f007d4 commit ecf2ebd
Show file tree
Hide file tree
Showing 3 changed files with 84 additions and 81 deletions.
3 changes: 3 additions & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ module.exports = {
es2017: true,
node: true,
},
rules: {
"testing-library/no-await-sync-events": 0,
},
overrides: [
{
files: ["*.svelte"],
Expand Down
154 changes: 77 additions & 77 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,12 @@
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/svelte": "^4.1.0",
"@types/testing-library__jest-dom": "^5.14.9",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@typescript-eslint/eslint-plugin": "^7.7.0",
"@typescript-eslint/parser": "^7.7.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-svelte": "^2.37.0",
"eslint-plugin-testing-library": "^5.11.1",
"eslint-plugin-testing-library": "^6.2.2",
"jsdom": "^24.0.0",
"prettier": "^3.2.5",
"prettier-plugin-svelte": "^3.2.3",
Expand All @@ -81,6 +81,6 @@
"pre-commit": "npm run prettier-staged"
},
"engines": {
"node": "^18.0.0 || >=20.0.0"
"node": "^18.18.0 || >=20.0.0"
}
}

0 comments on commit ecf2ebd

Please sign in to comment.