UNPKG

@synaptic-simulations/mach

Version:

The last MSFS instrument bundler you'll ever need.

28 lines (27 loc) 621 B
{ "$schema": "https://biomejs.dev/schemas/1.8.0/schema.json", "files": { "include": ["index.ts", "src/**"], "ignore": ["dist/**", "templates/**"] }, "organizeImports": { "enabled": true }, "formatter": { "enabled": true, "formatWithErrors": true, "indentStyle": "space", "indentWidth": 4, "lineEnding": "lf", "lineWidth": 120 }, "linter": { "enabled": true, "rules": { "recommended": true, "style": { "noNonNullAssertion": "off" } } } }