oxlint 0.3.0 → 0.3.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -93,7 +93,7 @@ Handle Warnings
93
93
  your project
94
94
 
95
95
  Output
96
- -f, --format=ARG Use a specific output format (default, json)
96
+ -f, --format=ARG Use a specific output format (default, json, checkstyle, unix)
97
97
 
98
98
  Miscellaneous
99
99
  --threads=INT Number of threads to use. Set to 1 for using only 1 CPU core
package/package.json CHANGED
@@ -1 +1 @@
1
- {"name":"oxlint","version":"0.3.0","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","README.md"],"optionalDependencies":{"@oxlint/win32-x64":"0.3.0","@oxlint/win32-arm64":"0.3.0","@oxlint/linux-x64-gnu":"0.3.0","@oxlint/linux-arm64-gnu":"0.3.0","@oxlint/linux-x64-musl":"0.3.0","@oxlint/linux-arm64-musl":"0.3.0","@oxlint/darwin-x64":"0.3.0","@oxlint/darwin-arm64":"0.3.0"}}
1
+ {"name":"oxlint","version":"0.3.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","README.md"],"optionalDependencies":{"@oxlint/win32-x64":"0.3.2","@oxlint/win32-arm64":"0.3.2","@oxlint/linux-x64-gnu":"0.3.2","@oxlint/linux-arm64-gnu":"0.3.2","@oxlint/linux-x64-musl":"0.3.2","@oxlint/linux-arm64-musl":"0.3.2","@oxlint/darwin-x64":"0.3.2","@oxlint/darwin-arm64":"0.3.2"}}