mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-23 14:54:05 +00:00
update stylelint
This commit is contained in:
parent
ca69d06e0d
commit
393c4fb1a7
3 changed files with 5 additions and 3 deletions
|
@ -1,3 +1,7 @@
|
|||
{
|
||||
"extends": "stylelint-config-recommended"
|
||||
"extends": "stylelint-config-standard",
|
||||
"rules": {
|
||||
"indentation": 4,
|
||||
"no-descending-specificity": null
|
||||
}
|
||||
}
|
||||
|
|
1
package-lock.json
generated
1
package-lock.json
generated
|
@ -57,7 +57,6 @@
|
|||
"eslint-plugin-vue": "^7.16.0",
|
||||
"sass": "^1.37.5",
|
||||
"stylelint": "^13.13.1",
|
||||
"stylelint-config-recommended": "^5.0.0",
|
||||
"stylelint-config-standard": "^22.0.0",
|
||||
"typescript": "^4.3.5",
|
||||
"vite": "^2.4.4"
|
||||
|
|
|
@ -83,7 +83,6 @@
|
|||
"eslint-plugin-vue": "^7.16.0",
|
||||
"sass": "^1.37.5",
|
||||
"stylelint": "^13.13.1",
|
||||
"stylelint-config-recommended": "^5.0.0",
|
||||
"stylelint-config-standard": "^22.0.0",
|
||||
"typescript": "^4.3.5",
|
||||
"vite": "^2.4.4"
|
||||
|
|
Loading…
Reference in a new issue