diff --git a/bun.lockb b/bun.lockb index 33977c0..bbfc1ba 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index ea4d969..45c5d67 100644 --- a/package.json +++ b/package.json @@ -3,13 +3,18 @@ "devDependencies": { "@bauke/eslint-config": "^0.1.5", "@bauke/prettier-config": "^0.1.5", + "@bauke/stylelint-config": "^0.1.5", "@types/bun": "^1.0.8", "astro": "^4.4.9", "sass": "^1.71.1", + "stylelint": "^16.2.1", "typescript": "^5.3.3", "xo": "^0.57.0" }, "prettier": "@bauke/prettier-config", + "stylelint": { + "extends": "@bauke/stylelint-config" + }, "xo": { "extends": "@bauke/eslint-config", "prettier": true,