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 56282a6 commit 6c54c91Copy full SHA for 6c54c91
.eslintrc.js
@@ -32,7 +32,7 @@ module.exports = {
32
"camelcase": "off",
33
"capitalized-comments": "off",
34
"class-methods-use-this": "error",
35
- "comma-dangle": "error",
+ "comma-dangle": [0, "always"],
36
"comma-spacing": [
37
"error",
38
{
0 commit comments