# ImportPluginLevel

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

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

## Declaration

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