mirror of
https://github.com/woodchen-ink/clash-and-dashboard.git
synced 2025-07-18 14:01:56 +08:00
Improve: modify lint config
This commit is contained in:
parent
c81a02b2fc
commit
6760c5c04a
@ -1,3 +1,6 @@
|
||||
{
|
||||
"extends": "stylelint-config-standard"
|
||||
"extends": "stylelint-config-standard",
|
||||
"rules": {
|
||||
"indentation": 4
|
||||
}
|
||||
}
|
||||
|
@ -1,8 +1,7 @@
|
||||
{
|
||||
"extends": "tslint-config-standard",
|
||||
"rules": [
|
||||
{
|
||||
"indent": [true, "spaces", 4]
|
||||
"rules": {
|
||||
"indent": [true, "spaces", 4],
|
||||
"ter-indent": [true, 4]
|
||||
}
|
||||
]
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user