Skip to content

Commit 8bc6f09

Browse files
authored
xo: disable camelcase rule for properties
1 parent 656727b commit 8bc6f09

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

package.json

+6
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,12 @@
7171
],
7272
"rules": {
7373
"arrow-body-style": "off",
74+
"camelcase": [
75+
"error",
76+
{
77+
"properties": "never"
78+
}
79+
],
7480
"capitalized-comments": "off",
7581
"comma-dangle": [
7682
"error",

0 commit comments

Comments
 (0)