Comparing version 0.4.1 to 0.4.2
{ | ||
"$schema": "http://json-schema.org/draft-07/schema#", | ||
"title": "OxlintConfig", | ||
"description": "Oxlint Configuration File\n\nThis configuration is aligned with ESLint v8's configuration schema (`eslintrc.json`).\n\nUsage: `oxlint -c oxlintrc.json`\n\n::: danger NOTE\n\nOnly the `.json` format is supported.\n\n:::\n\nExample\n\n```json\n // oxlintrc.json\n {\n // Comments are supported.\n \"env\": {\n \"browser\": true\n },\n \"globals\": {\n \"foo\": \"readonly\",\n },\n \"settings\": {\n },\n \"rules\": {\n \"eqeqeq\": \"warn\",\n },\n }\n```", | ||
"description": "Oxlint Configuration File\n\nThis configuration is aligned with ESLint v8's configuration schema (`eslintrc.json`).\n\nUsage: `oxlint -c oxlintrc.json`\n\n::: danger NOTE\n\nOnly the `.json` format is supported.\n\n:::\n\nExample\n\n`.oxlintrc.json`\n\n```json { \"env\": { \"browser\": true }, \"globals\": { \"foo\": \"readonly\" }, \"settings\": { }, \"rules\": { \"eqeqeq\": \"warn\" } } ```", | ||
"type": "object", | ||
@@ -6,0 +6,0 @@ "properties": { |
@@ -1,1 +0,1 @@ | ||
{"name":"oxlint","version":"0.4.1","description":"Linter for the JavaScript Oxidation Compiler","keywords":[],"author":"Boshen and oxc contributors","license":"MIT","homepage":"https://oxc-project.github.io","bugs":"https://github.com/oxc-project/oxc/issues","repository":{"type":"git","url":"https://github.com/oxc-project/oxc","directory":"npm/oxlint"},"bin":"bin/oxlint","funding":{"url":"https://github.com/sponsors/Boshen"},"engines":{"node":">=14.*"},"files":["bin/oxlint","configuration_schema.json","README.md"],"optionalDependencies":{"@oxlint/win32-x64":"0.4.1","@oxlint/win32-arm64":"0.4.1","@oxlint/linux-x64-gnu":"0.4.1","@oxlint/linux-arm64-gnu":"0.4.1","@oxlint/linux-x64-musl":"0.4.1","@oxlint/linux-arm64-musl":"0.4.1","@oxlint/darwin-x64":"0.4.1","@oxlint/darwin-arm64":"0.4.1"}} | ||
{"name":"oxlint","version":"0.4.2","description":"Linter for the JavaScript Oxidation Compiler","keywords":[],"author":"Boshen and oxc contributors","license":"MIT","homepage":"https://oxc-project.github.io","bugs":"https://github.com/oxc-project/oxc/issues","repository":{"type":"git","url":"https://github.com/oxc-project/oxc","directory":"npm/oxlint"},"bin":"bin/oxlint","funding":{"url":"https://github.com/sponsors/Boshen"},"engines":{"node":">=14.*"},"files":["bin/oxlint","bin/oxc_language_server","configuration_schema.json","README.md"],"optionalDependencies":{"@oxlint/win32-x64":"0.4.2","@oxlint/win32-arm64":"0.4.2","@oxlint/linux-x64-gnu":"0.4.2","@oxlint/linux-arm64-gnu":"0.4.2","@oxlint/linux-x64-musl":"0.4.2","@oxlint/linux-arm64-musl":"0.4.2","@oxlint/darwin-x64":"0.4.2","@oxlint/darwin-arm64":"0.4.2"}} |
Sorry, the diff of this file is not supported yet
16569
5