Skip to content

Commit 1888131

Browse files
committed
✨ Update ESLint configuration to change operator linebreak style to 'before'
1 parent b0c62f1 commit 1888131

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .eslintrc.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ module.exports = {
1717
'no-param-reassign': 'off',
1818
'no-unused-expressions': 'off',
1919
'no-return-assign': 'off',
20-
'operator-linebreak': ['error', 'after'],
20+
'operator-linebreak': ['error', 'before'],
2121
},
2222
};

0 commit comments

Comments
 (0)