13 lines
143 B
Plaintext
13 lines
143 B
Plaintext
|
{
|
||
|
"extends": "hexo",
|
||
|
"root": true,
|
||
|
"rules": {
|
||
|
"indent": [
|
||
|
"error",
|
||
|
4,
|
||
|
{
|
||
|
"SwitchCase": 1
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|