File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 44
55rules:
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
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
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}]
You can’t perform that action at this time.
0 commit comments