Add Stylelint.
This commit is contained in:
parent
7561a98fe1
commit
eb054986a6
|
@ -3,13 +3,18 @@
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@bauke/eslint-config": "^0.1.5",
|
"@bauke/eslint-config": "^0.1.5",
|
||||||
"@bauke/prettier-config": "^0.1.5",
|
"@bauke/prettier-config": "^0.1.5",
|
||||||
|
"@bauke/stylelint-config": "^0.1.5",
|
||||||
"@types/bun": "^1.0.8",
|
"@types/bun": "^1.0.8",
|
||||||
"astro": "^4.4.9",
|
"astro": "^4.4.9",
|
||||||
"sass": "^1.71.1",
|
"sass": "^1.71.1",
|
||||||
|
"stylelint": "^16.2.1",
|
||||||
"typescript": "^5.3.3",
|
"typescript": "^5.3.3",
|
||||||
"xo": "^0.57.0"
|
"xo": "^0.57.0"
|
||||||
},
|
},
|
||||||
"prettier": "@bauke/prettier-config",
|
"prettier": "@bauke/prettier-config",
|
||||||
|
"stylelint": {
|
||||||
|
"extends": "@bauke/stylelint-config"
|
||||||
|
},
|
||||||
"xo": {
|
"xo": {
|
||||||
"extends": "@bauke/eslint-config",
|
"extends": "@bauke/eslint-config",
|
||||||
"prettier": true,
|
"prettier": true,
|
||||||
|
|
Loading…
Reference in New Issue