tauri-plugin-torch 0.1.0

A simple flash/torch control plugin for Tauri applications.
Documentation
{
    "$schema": "https://biomejs.dev/schemas/1.9.4/schema.json",
    "formatter": {
        "useEditorconfig": true
    },
    "overrides": [
        {
            "include": ["*.svelte", "*.astro", "*.vue"],
            "linter": {
                "rules": {
                    "style": {
                        "useConst": "off",
                        "useImportType": "off"
                    }
                }
            }
        }
    ],
    "organizeImports": {
        "enabled": true
    },
    "javascript": {
        "parser": {
            "unsafeParameterDecoratorsEnabled": true
        }
    },
    "linter": {
        "rules": {
            "style": {
                "useImportType": "off"
            }
        }
    }
}