# ImportPluginLevel

`type` in `eslint-config` · v2.0.0

<https://docs.seedcord.org/packages/eslint-config/2.0.0/types/import-plugin-level>

## Declaration

```ts
type ImportPluginLevel = "all" | "fast" | "off";
```
