Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
yhabib committed Feb 15, 2025
1 parent b48d0ba commit bae1e82
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions frontend/eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import sveltePlugin from "eslint-plugin-svelte";
import globals from "globals";
import svelteParser from "svelte-eslint-parser";
import tsLint from "typescript-eslint";
import svelteConfig from "./svelte.config.js";

export default [
jsLint.configs.recommended,
Expand Down Expand Up @@ -45,10 +46,9 @@ export default [
files: ["**/*.svelte"],
languageOptions: {
parser: svelteParser,
sourceType: "script",
parserOptions: {
parser: tsLint.parser,
// svelteConfig: svelteConfig,
svelteConfig,
},
},
},
Expand All @@ -60,7 +60,6 @@ export default [
"src/lib/canisters/**/*",
// .eslintignore
"**/.DS_Store",
// "node_modules/*",
"build",
".svelte-kit",
"package",
Expand Down

0 comments on commit bae1e82

Please sign in to comment.