We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9f42e1 commit 5854a72Copy full SHA for 5854a72
1 file changed
.eslintrc.json
@@ -19,6 +19,7 @@
19
"prefer-arrow-callback": "off",
20
"prefer-destructuring": "off",
21
"prefer-template": "off",
22
- "trailing-comma": "off"
+ "trailing-comma": "off",
23
+ "linebreak-style": "off"
24
}
25
0 commit comments