build(biome): Add style configuration to JSON

A new "style" configuration has been added to the `biome.json` file. Specifically, the "useImportType" key has been set to "off". This update sets a new rule for JSON style patterns within the project.
This commit is contained in:
Mathis H (Avnyr) 2024-07-09 16:02:44 +02:00
parent 763217dfdf
commit 17b07e9432
Signed by: Mathis
GPG Key ID: DD9E0666A747D126

View File

@ -25,6 +25,9 @@
},
"complexity": {
"useLiteralKeys": "off"
},
"style": {
"useImportType": "off"
}
}
},