drizzle-team / drizzle-team/drizzle-orm
[BUG]: eslint plugin drizzle: Could not find a declaration file
- Dominant language
- TypeScript
- Stars
- 35.8k
- Forks
- 1.6k
- Avg merge
- 2d 7h
- Merged PRs (30d)
- 4
Description
### Report hasn't been filed before.
- [x] I have verified that the bug I'm about to report hasn't been filed before.
### What version of `drizzle-orm` are you using?
latest
### What version of `drizzle-kit` are you using?
latest
### Other packages
_No response_
### Describe the Bug
```
Could not find a declaration file for module 'eslint-plugin-drizzle'. '/Users/marcos/Documents/GitHub/bombtimer.dev/node_modules/eslint-plugin-drizzle/src/index.js' implicitly has an 'any' type.
Try `npm i --save-dev @types/eslint-plugin-drizzle` if it exists or add a new declaration (.d.ts) file containing `declare module 'eslint-plugin-drizzle';`ts(7016)
```
I configure eslint using the latest `eslint.config.js` format, with type checking enabled
Contributor guide
Assessment
This issue has not been assessed yet.