Skip to content

Commit

Permalink
add eslint comment
Browse files Browse the repository at this point in the history
  • Loading branch information
aumetra committed Nov 15, 2024
1 parent 8a6c7a7 commit 64266da
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 48 deletions.
5 changes: 4 additions & 1 deletion kitsune-fe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
"fmt": "prettier --write .",
"test:unit": "vitest"
},
"devDependenciesComment": {
"eslint": "upgrade once <https://github.com/eslint/eslint/issues/19134> is resolved"
},
"devDependencies": {
"@iconify-json/eos-icons": "^1.2.1",
"@sveltejs/adapter-static": "^3.0.6",
Expand All @@ -25,7 +28,7 @@
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/eslint": "^9.6.1",
"autoprefixer": "^10.4.20",
"eslint": "^9.15.0",
"eslint": "<=9.14.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.46.0",
"globals": "^15.12.0",
Expand Down
100 changes: 53 additions & 47 deletions kitsune-fe/pnpm-lock.yaml

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

0 comments on commit 64266da

Please sign in to comment.