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.
oxlint-tsgolint
1 parent 7e97430 commit 8c57153Copy full SHA for 8c57153
npm/oxlint/scripts/generate-packages.mjs
@@ -94,7 +94,7 @@ function writeManifest() {
94
95
manifestData.version = rootManifest.version;
96
manifestData.optionalDependencies = Object.fromEntries(nativePackages);
97
- manifestData.optionalDependencies['oxlint-tsgolint'] = '*';
+ manifestData.optionalDependencies['oxlint-tsgolint'] = '>=0.0.1';
98
99
console.log(`Update manifest ${manifestPath}`);
100
const content = JSON.stringify(manifestData);
0 commit comments