# `mix igniter.refactor.unless_to_if_not`
[🔗](https://github.com/ash-project/igniter/blob/v0.8.3/lib/mix/tasks/igniter.refactor.unless_to_if_not.ex#L5)

Rewrites occurrences of `unless x` to `if !x` across the project.

## Example

```bash
mix igniter.refactor.unless_to_if_not
```

# `igniter`

```elixir
@spec igniter(Igniter.t()) :: no_return()
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
