Skip to content

Commit

Permalink
Package and app updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Firestorm980 committed Aug 30, 2024
1 parent 243b48f commit d4e8781
Show file tree
Hide file tree
Showing 7 changed files with 9,016 additions and 8,852 deletions.
9 changes: 0 additions & 9 deletions .eslintrc

This file was deleted.

3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
"css",
"postcss",
"astro"
]
],
"eslint.useFlatConfig": true
}
1 change: 1 addition & 0 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ export default defineConfig({
devOptions: {
enabled: true,
navigateFallbackAllowlist: [/^\/$/],
suppressWarnings: true,
},
})
]
Expand Down
11 changes: 11 additions & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
import globals from "globals";
import pluginJs from "@eslint/js";
import tseslint from "typescript-eslint";


export default [
{files: ["**/*.{js,mjs,cjs,ts}"]},
{languageOptions: { globals: globals.browser }},
pluginJs.configs.recommended,
...tseslint.configs.recommended,
];
Loading

0 comments on commit d4e8781

Please sign in to comment.