We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31318de commit 94f4352Copy full SHA for 94f4352
eslintrc.json
@@ -52,6 +52,7 @@
52
"constructor-super": "error",
53
"curly": ["error", "multi-line"],
54
"default-case-last": "error",
55
+ "default-param-last": ["error"],
56
"dot-location": ["error", "property"],
57
"dot-notation": ["error", { "allowKeywords": true }],
58
"eol-last": "error",
0 commit comments