hexo-theme-amane/.eslintrc

13 lines
143 B
Plaintext
Raw Normal View History

2019-12-22 03:42:54 +00:00
{
"extends": "hexo",
"root": true,
"rules": {
"indent": [
"error",
4,
{
"SwitchCase": 1
}
]
}
}