UNPKG

@ericedouard/vad-node-realtime

Version:

Powerful, user-friendly realtime voice activity detector (VAD) for node

48 lines (47 loc) 825 B
{ "$schema": "https://biomejs.dev/schemas/1.9.4/schema.json", "vcs": { "enabled": false, "clientKind": "git", "useIgnoreFile": false }, "files": { "ignoreUnknown": false, "ignore": ["._expo/", "dist/", "node_modules/"] }, "formatter": { "enabled": true, "indentStyle": "tab" }, "organizeImports": { "enabled": true }, "linter": { "enabled": true, "rules": { "recommended": true, "style": { "noNonNullAssertion": "warn", "useImportType": { "fix": "safe", "level": "warn" }, "noUnusedTemplateLiteral": "off" }, "correctness": { "useExhaustiveDependencies": "off" }, "complexity": { "noUselessFragments": "off" }, "suspicious": { "noExplicitAny": "warn" } } }, "javascript": { "formatter": { "quoteStyle": "double" } } }