UNPKG

process-rerun

Version:

The purpose of this library is - build simple and flexible interface for parallel command execution with rerun (on fail) possibility

41 lines (40 loc) 791 B
{ "$schema": "https://biomejs.dev/schemas/2.4.13/schema.json", "files": { "includes": ["**", "!built/**", "!node_modules/**"] }, "formatter": { "enabled": true, "indentStyle": "space", "indentWidth": 2, "lineWidth": 120 }, "javascript": { "formatter": { "quoteStyle": "single", "trailingCommas": "all", "arrowParentheses": "asNeeded", "semicolons": "always", "bracketSpacing": true }, "globals": ["browser"] }, "linter": { "enabled": true, "rules": { "recommended": true, "suspicious": { "noConsole": "error", "noFocusedTests": "error" } } }, "assist": { "enabled": true, "actions": { "source": { "organizeImports": "on" } } } }