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

feat: support eslint-plugin-unicorn@^61.0.0

This commit is contained in:
2025-09-08 08:27:35 +02:00
parent 6f42dbcdbe
commit 929978af36
3 changed files with 177 additions and 191 deletions

View File

@@ -37,7 +37,7 @@ More information about **formatting rules** vs **code-quality rules** can be fou
npm install --save-dev \
eslint@^9.21.0 \
eslint-plugin-promise@^7.2.1 \
eslint-plugin-unicorn@^59.0.0 \
eslint-plugin-unicorn@^61.0.0 \
eslint-plugin-import-x@^4.6.1 \
globals@^16.0.0 \
typescript@^5.8.3 \