Skip to content

Commit

Permalink
🔧 don't enforce importing types as types
Browse files Browse the repository at this point in the history
  • Loading branch information
drieshooghe committed Apr 19, 2024
1 parent a832b54 commit 2f32476
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
},
"style": {
"useSingleCaseStatement": "off",
"useShorthandArrayType": "off"
"useShorthandArrayType": "off",
"useImportType": "off"
},
"suspicious": {
"noExplicitAny": "off",
Expand Down

0 comments on commit 2f32476

Please sign in to comment.