hexo-theme-amane/.eslintrc

13 lines
143 B
Plaintext

{
"extends": "hexo",
"root": true,
"rules": {
"indent": [
"error",
4,
{
"SwitchCase": 1
}
]
}
}