Skip to content

Commit

Permalink
Cleanup some stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
adriandelgado committed Oct 20, 2024
1 parent 05796da commit fba1308
Show file tree
Hide file tree
Showing 12 changed files with 1,008 additions and 8,075 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ Thumbs.db
vite.config.js.timestamp-*
vite.config.ts.timestamp-*

#Webstorm
# Webstorm
.idea/
5 changes: 2 additions & 3 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ import svelte from "eslint-plugin-svelte";
import prettier from "eslint-config-prettier";
import globals from "globals";

/** @type {import('eslint').Linter.FlatConfig[]} */
export default [
export default ts.config(
js.configs.recommended,
...ts.configs.recommended,
...svelte.configs["flat/recommended"],
Expand All @@ -30,4 +29,4 @@ export default [
{
ignores: ["build/", ".svelte-kit/", "dist/"],
},
];
);
Loading

0 comments on commit fba1308

Please sign in to comment.