File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed
packages/eslint-config-react Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " @scaleway/eslint-config-react " : minor
3+ ---
4+
5+ fix conflict rules apply by formatter like prettier / biome
Original file line number Diff line number Diff line change @@ -31,12 +31,16 @@ export default [
3131 stylisticPlugin . configs [ 'recommended-flat' ] ,
3232 {
3333 rules : {
34+ // --- Should be done when using biome/prettier formatter --- //
3435 '@stylistic/quotes' : 'off' ,
3536 '@stylistic/operator-linebreak' : 'off' ,
3637 '@stylistic/indent' : 'off' ,
3738 '@stylistic/quote-props' : 'off' ,
3839 '@stylistic/indent-binary-ops' : 'off' ,
3940 '@stylistic/arrow-parens' : 'off' ,
41+ '@stylistic/multiline-ternary' : 'off' ,
42+ '@stylistic/no-trailing-spaces' : 'off' ,
43+ // -------------------------------------- ///
4044
4145 '@stylistic/brace-style' : defaultAirBnbRules [ 'brace-style' ] ,
4246 '@stylistic/comma-dangle' : [
You can’t perform that action at this time.
0 commit comments