mirror of
https://github.com/theoludwig/eslint-config-conventions.git
synced 2026-01-17 23:15:13 +01:00
feat: support globals@^17.0.0
This commit is contained in:
@@ -39,7 +39,7 @@ npm install --save-dev \
|
||||
eslint-plugin-promise@^7.2.1 \
|
||||
eslint-plugin-unicorn@^62.0.0 \
|
||||
eslint-plugin-import-x@^4.6.1 \
|
||||
globals@^16.0.0 \
|
||||
globals@^17.0.0 \
|
||||
typescript@^5.9.3 \
|
||||
typescript-eslint@^8.32.0 \
|
||||
eslint-config-conventions@latest
|
||||
|
||||
@@ -51,7 +51,7 @@
|
||||
"eslint-plugin-promise": "^7.2.1",
|
||||
"eslint-plugin-unicorn": "^61.0.0 || ^62.0.0",
|
||||
"eslint-plugin-import-x": "^4.6.1",
|
||||
"globals": "^16.0.0",
|
||||
"globals": "^16.0.0 || ^17.0.0",
|
||||
"typescript-eslint": "^8.32.0"
|
||||
},
|
||||
"peerDependenciesMeta": {
|
||||
|
||||
Reference in New Issue
Block a user