Skip to content

Commit

Permalink
Merge pull request #1402 from skaut/eslint-plugin-svelte-2.34
Browse files Browse the repository at this point in the history
eslint plugin svelte 2.34
  • Loading branch information
marekdedic authored Oct 10, 2023
2 parents 93ae67b + 189be19 commit 3c82d7f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
"svelte/no-dom-manipulating": "error",
"svelte/no-dupe-on-directives": "error",
"svelte/no-dupe-use-directives": "error",
"svelte/no-ignored-unsubscribe": "error",
"svelte/no-reactive-functions": "error",
"svelte/no-reactive-literals": "error",
"svelte/no-useless-mustaches": "error",
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"eslint-plugin-jest": "^27.4.2",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-svelte": "^2.33.1",
"eslint-plugin-svelte": "^2.34.0",
"gas-webpack-plugin": "^2.5.0",
"gulp": "^4.0.2",
"gulp-filter": "^8.0.0",
Expand Down

0 comments on commit 3c82d7f

Please sign in to comment.