chore(main): fix eslint

This commit is contained in:
Kim, Jimin 2023-07-02 10:26:49 +09:00
parent 3ef008c206
commit b66a3c5801
2 changed files with 1 additions and 3 deletions

View file

@ -29,9 +29,6 @@ module.exports = {
{
files: ["*.svelte"],
parser: "svelte-eslint-parser",
parserOptions: {
parser: "@typescript-eslint/parser",
},
},
],
}