Skip to content

Commit 31434a1

Browse files
targosMylesBorins
authored andcommitted
tools: enforce consistent operator linebreak style
Adds the `operator-linebreak` rule to our ESLint config. PR-URL: #10178 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Roman Reiss <me@silverwind.io> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Teddy Katz <teddy.katz@gmail.com> Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
1 parent 2eda3c7 commit 31434a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.eslintrc

+1
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ rules:
6565
no-mixed-spaces-and-tabs: 2
6666
no-multiple-empty-lines: [2, {max: 2}]
6767
no-trailing-spaces: 2
68+
operator-linebreak: [2, after, {overrides: {'?': ignore, ':': ignore}}]
6869
quotes: [2, "single", "avoid-escape"]
6970
semi: 2
7071
space-before-blocks: [2, "always"]

0 commit comments

Comments
 (0)