Skip to content

Commit

Permalink
Fixed fallout from dep bump
Browse files Browse the repository at this point in the history
  • Loading branch information
davidn0rman committed Feb 14, 2024
1 parent 4860fcc commit fafe66f
Show file tree
Hide file tree
Showing 12 changed files with 4,607 additions and 1,819 deletions.
2 changes: 1 addition & 1 deletion .stylelintrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": ["stylelint-config-sass-guidelines", "stylelint-config-prettier"],
"extends": ["stylelint-config-sass-guidelines"],
"plugins": ["stylelint-order"],
"rules": {}
}
8 changes: 6 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
{
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll": true,
"source.organizeImports": true
"source.fixAll": "explicit",
"source.organizeImports": "explicit"
},
"prettier.documentSelectors": ["**/*.astro"],
"[astro]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
}
// "eslint.validate": [
// "astro",
Expand Down
2 changes: 0 additions & 2 deletions astro.config.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import image from "@astrojs/image";
import mdx from "@astrojs/mdx";
import svelte from "@astrojs/svelte";
import unocss from "@unocss/astro";
Expand All @@ -9,7 +8,6 @@ import { defineConfig } from "astro/config";
// https://astro.build/config
export default defineConfig({
integrations: [
image(),
mdx(),
svelte(),
unocss({
Expand Down
Loading

0 comments on commit fafe66f

Please sign in to comment.