Skip to content

Commit d038b0c

Browse files
committedJun 15, 2021
Change operator-linebreak rule to enforce operators before
I have come to appreciate that having them in front is more readable.
1 parent 6313099 commit d038b0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ module.exports = {
397397
],
398398
'operator-linebreak': [
399399
'error',
400-
'after'
400+
'before'
401401
],
402402
'padded-blocks': [
403403
'error',

0 commit comments

Comments
 (0)
Please sign in to comment.