We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed43215 commit 010c88fCopy full SHA for 010c88f
npm/oxlint/scripts/generate-packages.js
@@ -97,7 +97,7 @@ function writeManifest() {
97
// Do not automatically install 'oxlint-tsgolint'.
98
// https://docs.npmjs.com/cli/v11/configuring-npm/package-json#peerdependenciesmeta
99
manifestData.peerDependencies = {
100
- 'oxlint-tsgolint': '>=0.2.0',
+ 'oxlint-tsgolint': '>=0.3.0',
101
};
102
manifestData.peerDependenciesMeta = {
103
'oxlint-tsgolint': {
0 commit comments