Skip to content

Commit 7ac7b4a

Browse files
author
sihy
committed
隐藏用户管理新增和修改密码
1 parent 9422e38 commit 7ac7b4a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

web/.eslintrc.js

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@ module.exports = {
3535
"keyword-spacing": 0,
3636
"no-useless-escape": 0,
3737
"operator-linebreak": 0,
38-
// 'indent': [
39-
// 'error',
40-
// 2,
41-
// {
42-
// 'SwitchCase': 1
43-
// }
44-
// ],
38+
indent: [
39+
"error",
40+
2,
41+
{
42+
SwitchCase: 1
43+
}
44+
],
4545
"no-const-assign": "warn",
4646
"no-this-before-super": "warn",
4747
"no-irregular-whitespace": 0,

0 commit comments

Comments
 (0)