Skip to content

Commit 2ebe5f3

Browse files
committed
fixup per silverwind
1 parent d03d0db commit 2ebe5f3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.eslintrc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ env:
44

55
rules:
66
# Possible Errors
7-
# https://github.com/eslint/eslint/tree/master/docs/rules#possible-errors
7+
# http://eslint.org/docs/rules/#possible-errors
88
comma-dangle: [2, "only-multiline"]
99
no-control-regex: 2
1010
no-debugger: 2
@@ -28,7 +28,7 @@ rules:
2828
valid-typeof: 2
2929

3030
# Best Practices
31-
# https://github.com/eslint/eslint/tree/master/docs/rules#best-practices
31+
# http://eslint.org/docs/rules/#best-practices
3232
no-fallthrough: 2
3333
no-octal: 2
3434
no-redeclare: 2
@@ -53,7 +53,7 @@ rules:
5353
no-restricted-modules: [2, "sys", "_linklist"]
5454

5555
# Stylistic Issues
56-
# https://github.com/eslint/eslint/tree/master/docs/rules#stylistic-issues
56+
# http://eslint.org/docs/rules/#stylistic-issues
5757
comma-spacing: 2
5858
eol-last: 2
5959
indent: [2, 2, {SwitchCase: 1}]

0 commit comments

Comments
 (0)