🐛 bugfixes
- bugfix(resolve): don't count regular and @types in package.json as two separate things (#369)
=> this fixes a bug that caused false positives on the default packaged rulesno-duplicate-dep-types
andnot-to-dev-dep
in some typescript based projects that separately installed @types as development dependencies.
🔧 maintenance
- build(npm): ⬆️ enhanced-resolve, eslint-plugin-unicorn, typescript
- refactor(resolve): consolidate resolution classifiers (#368)