Skip to content

Commit

Permalink
chore: disable noAssignInExpressions rule
Browse files Browse the repository at this point in the history
  • Loading branch information
jamieweavis committed Jul 10, 2023
1 parent 72a453a commit bdda2d4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion rome.json
Expand Up @@ -2,7 +2,10 @@
"linter": {
"enabled": true,
"rules": {
"recommended": true
"recommended": true,
"suspicious": {
"noAssignInExpressions": "warn"
}
}
},
"formatter": {
Expand Down

0 comments on commit bdda2d4

Please sign in to comment.