Comparing version 0.9.5 to 0.9.6
{ | ||
"$schema": "http://json-schema.org/draft-07/schema#", | ||
"title": "OxlintConfig", | ||
"title": "Oxlintrc", | ||
"description": "Oxlint Configuration File\n\nThis configuration is aligned with ESLint v8's configuration schema (`eslintrc.json`).\n\nUsage: `oxlint -c oxlintrc.json --import-plugin`\n\n::: danger NOTE\n\nOnly the `.json` format is supported. You can use comments in configuration files.\n\n:::\n\nExample\n\n`.oxlintrc.json`\n\n```json { \"env\": { \"browser\": true }, \"globals\": { \"foo\": \"readonly\" }, \"settings\": { }, \"rules\": { \"eqeqeq\": \"warn\", \"import/no-cycle\": \"error\" } } ```", | ||
@@ -5,0 +5,0 @@ "type": "object", |
{ | ||
"name": "oxlint", | ||
"version": "0.9.5", | ||
"version": "0.9.6", | ||
"description": "Linter for the JavaScript Oxidation Compiler", | ||
@@ -29,11 +29,11 @@ "keywords": [], | ||
"optionalDependencies": { | ||
"@oxlint/win32-x64": "0.9.5", | ||
"@oxlint/win32-arm64": "0.9.5", | ||
"@oxlint/linux-x64-gnu": "0.9.5", | ||
"@oxlint/linux-arm64-gnu": "0.9.5", | ||
"@oxlint/linux-x64-musl": "0.9.5", | ||
"@oxlint/linux-arm64-musl": "0.9.5", | ||
"@oxlint/darwin-x64": "0.9.5", | ||
"@oxlint/darwin-arm64": "0.9.5" | ||
"@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" | ||
} | ||
} |
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
21640