Skip to content

Commit 65ac7f1

Browse files
committed
✨ Update ESLint configuration to enforce operator linebreak style
1 parent a96e10d commit 65ac7f1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.eslintrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,6 @@ module.exports = {
1717
'no-param-reassign': 'off',
1818
'no-unused-expressions': 'off',
1919
'no-return-assign': 'off',
20+
'operator-linebreak': ['error', 'after'],
2021
},
2122
};

0 commit comments

Comments
 (0)