We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 353c149 commit 57ab083Copy full SHA for 57ab083
rulesets/.eslintrc
@@ -6,6 +6,7 @@
6
"indent": ["error", 4],
7
"semi": [2, "always"],
8
"yoda": ["error", "never"],
9
+ "newline-before-return": "error",
10
"no-tabs": "error",
11
"camelcase": "error",
12
"max-len": ["error", { "code": 120, "comments": 150 }],
0 commit comments