# prisma

[**prisma**](https://github.com/prisma/prisma#readme) is a linter for Prisma.

You can enable the prisma linter with:

```shell
trunk check enable prisma
```

## Auto Enabling

prisma will never be auto-enabled. It must be enabled manually.

## Links

* [prisma site](https://github.com/prisma/prisma#readme)
* prisma Trunk Code Quality [integration source](https://github.com/trunk-io/plugins/tree/main/linters/prisma)
* Trunk Code Quality's [open source plugins repo](https://github.com/trunk-io/plugins/tree/main)
