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@^52.0.0 and eslint-plugin-unicorn@^53.0.0

This commit is contained in:
2024-05-21 13:05:29 +02:00
parent b0fa907559
commit 0dcde0af51
3 changed files with 145 additions and 1301 deletions

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",