1
1
mirror of https://github.com/theoludwig/eslint-config-conventions.git synced 2025-05-18 12:02:33 +02:00

Compare commits

...

2 Commits

Author SHA1 Message Date
517778ac50 build(deps): update latest 2025-03-26 12:28:16 +01:00
af99632f51 feat: support eslint-plugin-unicorn@^58.0.0 2025-03-26 12:26:05 +01:00
2 changed files with 505 additions and 233 deletions

722
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -47,22 +47,22 @@
"peerDependencies": {
"eslint": "^9.21.0",
"eslint-plugin-promise": "^7.2.1",
"eslint-plugin-unicorn": "^57.0.0",
"eslint-plugin-unicorn": "^57.0.0 || ^58.0.0",
"eslint-plugin-import-x": "^4.6.1",
"globals": "^16.0.0",
"typescript-eslint": "^8.24.1"
},
"devDependencies": {
"@types/node": "22.13.5",
"@types/node": "22.13.13",
"globals": "16.0.0",
"editorconfig-checker": "6.0.1",
"eslint": "9.21.0",
"eslint": "9.23.0",
"eslint-plugin-promise": "7.2.1",
"eslint-plugin-unicorn": "57.0.0",
"eslint-plugin-import-x": "4.6.1",
"typescript-eslint": "8.24.1",
"prettier": "3.5.2",
"eslint-plugin-unicorn": "58.0.0",
"eslint-plugin-import-x": "4.9.3",
"typescript-eslint": "8.28.0",
"prettier": "3.5.3",
"semantic-release": "24.2.3",
"typescript": "5.7.3"
"typescript": "5.8.2"
}
}