Skip to content

Commit

Permalink
🔨 update rome config
Browse files Browse the repository at this point in the history
  • Loading branch information
drieshooghe committed Nov 20, 2022
1 parent 6f5966f commit aeaee14
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions rome.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,12 @@
"enabled": true,
"rules": {
"recommended": true,
"nursery": {
"recommended": true,
"correctness": {
"useSingleCaseStatement": "off",
"noUnusedVariables": "off"
},
"style": {
"useShorthandArrayType": "off"
}
}
},
Expand Down

0 comments on commit aeaee14

Please sign in to comment.