Skip to content

Commit 44d7c86

Browse files
committed
build: 3.0.4
1 parent fdf23ac commit 44d7c86

File tree

3 files changed

+409
-545
lines changed

3 files changed

+409
-545
lines changed

.eslintrc.json

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -15,29 +15,18 @@
1515
}
1616
},
1717
"rules": {
18-
"indent": [
19-
"error",
20-
2,
21-
{
22-
"SwitchCase": 1
23-
}
24-
],
18+
"indent": ["error", 2, { "SwitchCase": 1 }],
2519
"default-case": "error",
2620
"linebreak-style": ["error", "unix"],
2721
"semi": ["error", "always"],
22+
"no-console": "error",
2823
"no-undef": "error",
2924
"no-var": "error",
3025
"no-caller": "error",
3126
"no-throw-literal": "error",
3227
"no-unneeded-ternary": "error",
3328
"prefer-const": "error",
34-
"comma-spacing": [
35-
"error",
36-
{
37-
"before": false,
38-
"after": true
39-
}
40-
],
29+
"comma-spacing": ["error", { "before": false, "after": true }],
4130
"comma-style": ["error", "last"],
4231
"handle-callback-err": ["error", "^(err|error)$"]
4332
}

0 commit comments

Comments
 (0)