Skip to content

Commit

Permalink
Disable @stylistic/indent-binary-ops
Browse files Browse the repository at this point in the history
  • Loading branch information
KristjanESPERANTO committed Dec 7, 2023
1 parent 8cd243e commit 6a1db01
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"@stylistic/function-call-argument-newline": "off",
"@stylistic/function-paren-newline": "off",
"@stylistic/indent": ["error", "tab"],
"@stylistic/indent-binary-ops": "error",
"@stylistic/max-len": "off",
"@stylistic/no-mixed-operators": "off",
"@stylistic/no-tabs": "off",
Expand Down

0 comments on commit 6a1db01

Please sign in to comment.