Skip to content

Commit

Permalink
xo: disable camelcase rule for properties
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Jul 23, 2023
1 parent 656727b commit 8bc6f09
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,12 @@
],
"rules": {
"arrow-body-style": "off",
"camelcase": [
"error",
{
"properties": "never"
}
],
"capitalized-comments": "off",
"comma-dangle": [
"error",
Expand Down

0 comments on commit 8bc6f09

Please sign in to comment.