1
1
mirror of https://github.com/theoludwig/eslint-config-conventions.git synced 2025-09-11 23:09:27 +02:00

feat: add unicorn/no-typeof-undefined

BREAKING CHANGE: New rule introduced

BREAKING CHANGE: peerDependencies: `eslint-plugin-unicorn@^45.0.0`
This commit is contained in:
Divlo
2022-11-21 09:08:19 +01:00
parent 0ce46310ed
commit 666a3dee2d
4 changed files with 914 additions and 799 deletions

View File

@@ -43,7 +43,7 @@ npm install --save-dev \
eslint@^8.9.0 \
eslint-plugin-import@^2.26.0 \
eslint-plugin-promise@^6.0.0 \
eslint-plugin-unicorn@^44.0.0 \
eslint-plugin-unicorn@^45.0.0 \
eslint-config-conventions@latest
```