mirror of
https://github.com/kogakure/website-astro-stefanimhoff.de.git
synced 2026-02-03 20:15:27 +00:00
chore: remove Svelte
This commit is contained in:
@@ -8,14 +8,13 @@
|
||||
"eslint:recommended",
|
||||
"plugin:prettier/recommended",
|
||||
"plugin:astro/recommended",
|
||||
"plugin:svelte/recommended"
|
||||
],
|
||||
"plugins": ["prettier", "astro"],
|
||||
"parser": "@typescript-eslint/parser",
|
||||
"parserOptions": {
|
||||
"sourceType": "module",
|
||||
"project": "./tsconfig.json",
|
||||
"extraFileExtensions": [".astro", ".svelte"]
|
||||
"extraFileExtensions": [".astro"]
|
||||
},
|
||||
"rules": {
|
||||
"prettier/prettier": "error"
|
||||
@@ -46,13 +45,6 @@
|
||||
"rules": {
|
||||
"prettier/prettier": "off"
|
||||
}
|
||||
},
|
||||
{
|
||||
"files": ["*.svelte"],
|
||||
"parser": "svelte-eslint-parser",
|
||||
"parserOptions": {
|
||||
"parser": "@typescript-eslint/parser"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user