@@ -16,7 +16,7 @@ ecmaFeatures:
1616
1717rules:
1818 # Possible Errors
19- # list: https://github.com/eslint/eslint/tree/master/docs/rules#possible-errors
19+ # https://github.com/eslint/eslint/tree/master/docs/rules#possible-errors
2020 no-control-regex: 2
2121 no-debugger: 2
2222 no-dupe-args: 2
@@ -34,12 +34,12 @@ rules:
3434 valid-typeof: 2
3535
3636 # Best Practices
37- # list: https://github.com/eslint/eslint/tree/master/docs/rules#best-practices
37+ # https://github.com/eslint/eslint/tree/master/docs/rules#best-practices
3838 no-fallthrough: 2
3939 no-redeclare: 2
4040
4141 # Stylistic Issues
42- # list: https://github.com/eslint/eslint/tree/master/docs/rules#stylistic-issues
42+ # https://github.com/eslint/eslint/tree/master/docs/rules#stylistic-issues
4343 comma-spacing: 2
4444 eol-last: 2
4545 indent: [2, 2, {SwitchCase: 1}]
@@ -59,18 +59,18 @@ rules:
5959 space-unary-ops: 2
6060
6161 # ECMAScript 6
62- # list: http://eslint.org/docs/rules/#ecmascript-6
62+ # http://eslint.org/docs/rules/#ecmascript-6
6363 arrow-parens: [2, "always"]
6464 arrow-spacing: [2, {"before": true, "after": true}]
6565 no-arrow-condition: 2
6666 prefer-const: 2
6767
6868 # Strict Mode
69- # list: https://github.com/eslint/eslint/tree/master/docs/rules#strict-mode
69+ # https://github.com/eslint/eslint/tree/master/docs/rules#strict-mode
7070 strict: [2, "global"]
7171
7272 # Variables
73- # list: https://github.com/eslint/eslint/tree/master/docs/rules#variables
73+ # https://github.com/eslint/eslint/tree/master/docs/rules#variables
7474 no-undef: 2
7575 no-unused-vars: [2, {"args": "none"}]
7676
0 commit comments