Skip to content

Commit

Permalink
Update to Svelte 4 and other npm deps
Browse files Browse the repository at this point in the history
  • Loading branch information
theonlypwner committed Nov 5, 2023
1 parent 3dd9eca commit f133491
Show file tree
Hide file tree
Showing 5 changed files with 569 additions and 474 deletions.
14 changes: 8 additions & 6 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,28 +8,30 @@
"eslint:recommended",
// https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/src/configs/recommended-type-checked.ts
"plugin:@typescript-eslint/recommended-type-checked",
// https://github.com/sveltejs/eslint-plugin-svelte/blob/main/src/configs/recommended.ts
"plugin:svelte/recommended",
// https://github.com/standard/eslint-config-standard-with-typescript/blob/master/src/index.ts
"standard-with-typescript"
],
"parser": "@typescript-eslint/parser",
"parserOptions": {
"ecmaVersion": 12,
"sourceType": "module",
"extraFileExtensions": [".svelte"],
"project": "./tsconfig.json"
},
"plugins": [
"@typescript-eslint",
"svelte3"
"@typescript-eslint"
],
"overrides": [
{
"files": "*.svelte",
"processor": "svelte3/svelte3"
"parser": "svelte-eslint-parser",
"parserOptions": {
"parser": "@typescript-eslint/parser"
}
}
],
"settings": {
"svelte3/typescript": true
},
"ignorePatterns": [
"scripts/vendor/*.js"
],
Expand Down
Loading

0 comments on commit f133491

Please sign in to comment.