UNPKG

parse-diff

Version:
26 lines (25 loc) 472 B
{ "$schema": "https://biomejs.dev/schemas/2.4.12/schema.json", "files": { "includes": ["parse.js", "__tests__/**/*.js"] }, "linter": { "enabled": true, "rules": { "recommended": true } }, "formatter": { "enabled": true, "indentStyle": "space", "indentWidth": 2, "lineWidth": 80 }, "javascript": { "formatter": { "quoteStyle": "double", "trailingCommas": "es5", "semicolons": "always" } } }