summaryrefslogtreecommitdiffstats
path: root/biome.json
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--biome.json33
1 files changed, 33 insertions, 0 deletions
diff --git a/biome.json b/biome.json
new file mode 100644
index 0000000..ceb22ef
--- /dev/null
+++ b/biome.json
@@ -0,0 +1,33 @@
+{
+ "files": {
+ "includes": ["index.html", "biome.json"]
+ },
+ "html": {
+ "experimentalFullSupportEnabled": true,
+ "formatter": { "enabled": true }
+ },
+ "javascript": {
+ "formatter": {
+ "trailingCommas": "es5"
+ }
+ },
+ "formatter": {
+ "indentStyle": "tab",
+ "enabled": true,
+ "lineWidth": 100,
+ "indentWidth": 2
+ },
+ "linter": {
+ "enabled": true,
+ "rules": {
+ "recommended": true,
+ "complexity": {
+ "noStaticOnlyClass": "off"
+ },
+ "suspicious": {
+ "noDebugger": "off",
+ "noConsole": "off"
+ }
+ }
+ }
+}