1
Fork 0

Add Stylelint.

This commit is contained in:
Bauke 2024-03-02 13:35:00 +01:00
parent 7561a98fe1
commit eb054986a6
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
2 changed files with 5 additions and 0 deletions

BIN
bun.lockb

Binary file not shown.

View File

@ -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,