mirror of
https://github.com/theoludwig/eslint-config-conventions.git
synced 2025-09-11 23:09:27 +02:00
fix: set peerDependencies as optional
This commit is contained in:
34
package.json
34
package.json
@@ -41,7 +41,7 @@
|
||||
"lint:editorconfig": "editorconfig-checker",
|
||||
"lint:eslint": "eslint . --max-warnings 0 --config eslint.config.mjs",
|
||||
"lint:prettier": "prettier . --check",
|
||||
"oxlint:migrate": "npx @oxlint/migrate",
|
||||
"oxlint:migrate": "npx @oxlint/migrate@latest eslint.config.js --type-aware",
|
||||
"inspect": "eslint --inspect-config",
|
||||
"test": "node --test",
|
||||
"release": "semantic-release"
|
||||
@@ -54,19 +54,39 @@
|
||||
"globals": "^16.0.0",
|
||||
"typescript-eslint": "^8.32.0"
|
||||
},
|
||||
"peerDependenciesMeta": {
|
||||
"eslint": {
|
||||
"optional": true
|
||||
},
|
||||
"eslint-plugin-promise": {
|
||||
"optional": true
|
||||
},
|
||||
"eslint-plugin-unicorn": {
|
||||
"optional": true
|
||||
},
|
||||
"eslint-plugin-import-x": {
|
||||
"optional": true
|
||||
},
|
||||
"globals": {
|
||||
"optional": true
|
||||
},
|
||||
"typescript-eslint": {
|
||||
"optional": true
|
||||
}
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "24.1.0",
|
||||
"@types/node": "24.3.0",
|
||||
"globals": "16.3.0",
|
||||
"editorconfig-checker": "6.1.0",
|
||||
"oxlint": "1.8.0",
|
||||
"@oxlint/migrate": "1.8.0",
|
||||
"eslint": "9.31.0",
|
||||
"oxlint": "1.13.0",
|
||||
"@oxlint/migrate": "1.13.0",
|
||||
"eslint": "9.34.0",
|
||||
"eslint-plugin-promise": "7.2.1",
|
||||
"eslint-plugin-unicorn": "60.0.0",
|
||||
"eslint-plugin-import-x": "4.16.1",
|
||||
"typescript-eslint": "8.38.0",
|
||||
"typescript-eslint": "8.41.0",
|
||||
"prettier": "3.6.2",
|
||||
"semantic-release": "24.2.7",
|
||||
"typescript": "5.8.3"
|
||||
"typescript": "5.9.2"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user