Comparing version 0.9.6 to 0.9.7
@@ -27,2 +27,15 @@ { | ||
}, | ||
"plugins": { | ||
"default": [ | ||
"react", | ||
"unicorn", | ||
"typescript", | ||
"oxc" | ||
], | ||
"allOf": [ | ||
{ | ||
"$ref": "#/definitions/LintPlugins" | ||
} | ||
] | ||
}, | ||
"rules": { | ||
@@ -222,2 +235,8 @@ "description": "See [Oxlint Rules](https://oxc.rs/docs/guide/usage/linter/rules.html).", | ||
}, | ||
"LintPlugins": { | ||
"type": "array", | ||
"items": { | ||
"type": "string" | ||
} | ||
}, | ||
"NextPluginSettings": { | ||
@@ -224,0 +243,0 @@ "type": "object", |
{ | ||
"name": "oxlint", | ||
"version": "0.9.6", | ||
"version": "0.9.7", | ||
"description": "Linter for the JavaScript Oxidation Compiler", | ||
@@ -29,11 +29,11 @@ "keywords": [], | ||
"optionalDependencies": { | ||
"@oxlint/win32-x64": "0.9.6", | ||
"@oxlint/win32-arm64": "0.9.6", | ||
"@oxlint/linux-x64-gnu": "0.9.6", | ||
"@oxlint/linux-arm64-gnu": "0.9.6", | ||
"@oxlint/linux-x64-musl": "0.9.6", | ||
"@oxlint/linux-arm64-musl": "0.9.6", | ||
"@oxlint/darwin-x64": "0.9.6", | ||
"@oxlint/darwin-arm64": "0.9.6" | ||
"@oxlint/win32-x64": "0.9.7", | ||
"@oxlint/win32-arm64": "0.9.7", | ||
"@oxlint/linux-x64-gnu": "0.9.7", | ||
"@oxlint/linux-arm64-gnu": "0.9.7", | ||
"@oxlint/linux-x64-musl": "0.9.7", | ||
"@oxlint/linux-arm64-musl": "0.9.7", | ||
"@oxlint/darwin-x64": "0.9.7", | ||
"@oxlint/darwin-arm64": "0.9.7" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
21956
397