Skip to content

Commit

Permalink
chore: fix generics linting with eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
orefalo committed Nov 19, 2024
1 parent de94413 commit 1d4ad4c
Show file tree
Hide file tree
Showing 5 changed files with 424 additions and 420 deletions.
5 changes: 4 additions & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,10 @@ export default [
files: ['**/*.svelte'],
languageOptions: {
parserOptions: {
parser: ts.parser
parser: ts.parser,
svelteFeatures: {
experimentalGenerics: true
}
}
}
},
Expand Down
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,41 +56,41 @@
}
},
"devDependencies": {
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@playwright/test": "^1.48.2",
"@commitlint/cli": "^19.6.0",
"@commitlint/config-conventional": "^19.6.0",
"@playwright/test": "^1.49.0",
"@sveltejs/adapter-static": "^3.0.6",
"@sveltejs/kit": "^2.7.7",
"@sveltejs/kit": "^2.8.1",
"@sveltejs/package": "^2.3.7",
"@sveltejs/vite-plugin-svelte": "^4.0.0",
"@sveltejs/vite-plugin-svelte": "^4.0.1",
"@types/eslint": "^9.6.1",
"@types/node": "^22.9.0",
"@typescript-eslint/eslint-plugin": "^8.13.0",
"@typescript-eslint/parser": "^8.13.0",
"@typescript-eslint/eslint-plugin": "^8.15.0",
"@typescript-eslint/parser": "^8.15.0",
"badge-maker": "^4.1.0",
"copyfiles": "^2.4.1",
"cross-env": "^7.0.3",
"cz-customizable": "^7.2.1",
"eslint": "^9.14.0",
"eslint": "^9.15.0",
"eslint-config-prettier": "^9.1.0",
"eslint-gitignore": "^0.1.0",
"eslint-plugin-svelte": "^2.46.0",
"globals": "^15.12.0",
"highlight.js": "^11.10.0",
"husky": "^9.1.6",
"husky": "^9.1.7",
"minify": "^11.4.1",
"prettier": "^3.3.3",
"prettier-plugin-svelte": "^3.2.7",
"prettier-plugin-svelte": "^3.2.8",
"rimraf": "^6.0.1",
"sass": "^1.80.6",
"sass": "^1.81.0",
"serve": "^14.2.4",
"svelte-check": "^4.0.5",
"svelte-check": "^4.0.9",
"svelte-highlight": "^7.7.0",
"svelte-preprocess": "^6.0.3",
"tslib": "^2.8.1",
"typescript": "^5.6.3",
"typescript-eslint": "^8.13.0",
"vite": "^5.4.10"
"typescript-eslint": "^8.15.0",
"vite": "^5.4.11"
},
"peerDependencies": {
"clsx": "^2.1.1",
Expand Down
Loading

0 comments on commit 1d4ad4c

Please sign in to comment.