1
1
mirror of https://github.com/theoludwig/eslint-config-conventions.git synced 2024-10-05 03:36:10 +02:00

feat: support eslint-plugin-unicorn@^52.0.0 and eslint-plugin-unicorn@^53.0.0

This commit is contained in:
Théo LUDWIG 2024-05-21 13:05:29 +02:00
parent b0fa907559
commit 0dcde0af51
Signed by: theoludwig
GPG Key ID: ADFE5A563D718F3B
3 changed files with 145 additions and 1301 deletions

View File

@ -38,7 +38,7 @@ npm install --save-dev \
eslint@^8.56.0 \
eslint-plugin-import@^2.29.1 \
eslint-plugin-promise@^6.1.1 \
eslint-plugin-unicorn@^51.0.1 \
eslint-plugin-unicorn@^53.0.0 \
eslint-config-conventions@latest
```

1440
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -51,7 +51,7 @@
"eslint": "^8.56.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-unicorn": "^51.0.1"
"eslint-plugin-unicorn": "^51.0.1 || ^52.0.0 || ^53.0.0"
},
"devDependencies": {
"@commitlint/cli": "19.2.2",
@ -65,7 +65,7 @@
"eslint": "8.57.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-unicorn": "51.0.1",
"eslint-plugin-unicorn": "53.0.0",
"husky": "9.0.11",
"lint-staged": "15.2.2",
"markdownlint-cli2": "0.13.0",