mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-09 16:02:10 +00:00
c0904f3b32
- Replace achecker flags with a config file - Bring back webhint - Amend check-whole-site so that it will deploy to staging if all checks pass, and then run webhint on every staging page.
12 lines
260 B
JSON
12 lines
260 B
JSON
{
|
|
"devDependencies": {
|
|
"@hint/hint-doctype": "^3.3.20",
|
|
"hint": "^7.1.0",
|
|
"stylelint": "^14.8.1",
|
|
"stylelint-config-standard": "^25.0.0"
|
|
},
|
|
"dependencies": {
|
|
"stylelint-config-recommended": "^7.0.0",
|
|
"typescript": ">=2.8.0"
|
|
}
|
|
}
|