UNPKG

@temper.sh/pitch

Version:

Utilities for working with pitch in arbitrary equal temperament spaces

41 lines (40 loc) 698 B
{ "$schema": "https://biomejs.dev/schemas/2.2.2/schema.json", "vcs": { "enabled": true, "clientKind": "git", "useIgnoreFile": true, "defaultBranch": "main" }, "files": { "ignoreUnknown": false }, "formatter": { "enabled": true, "indentStyle": "space", "indentWidth": 2 }, "linter": { "enabled": true, "rules": { "recommended": true, "style": { "noNonNullAssertion": "off" } } }, "javascript": { "formatter": { "quoteStyle": "single", "semicolons": "asNeeded" } }, "assist": { "enabled": true, "actions": { "source": { "organizeImports": "on" } } } }