Skip to content

Commit 88010c8

Browse files
amir-rahmaniiASafaeirad
authored andcommitted
fix(stylistic): disable no-mixed-operators rule
1 parent aecb8f7 commit 88010c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/stylistic.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ function stylistic() {
1616
html: true,
1717
},
1818
],
19-
'@stylistic/no-mixed-operators': ['error', { allowSamePrecedence: true }],
19+
'@stylistic/no-mixed-operators': 'off', //conflict with prettier
2020
'@stylistic/padding-line-between-statements': [
2121
'warn',
2222
{ blankLine: 'always', prev: ['case', 'default'], next: '*' },

0 commit comments

Comments
 (0)