interface ConflictDetectionOptions

Conflict detection options

Properties

optional
autoResolve: boolean

Whether to remove conflicting rules automatically

optional
resolutionStrategy:
"keep-block"
| "keep-allow"
| "keep-first"

Resolution strategy when auto-resolving

optional
logConflicts: boolean

Whether to log conflicts

Usage

import { type ConflictDetectionOptions } from ".";