Comparing version 0.0.15 to 0.0.16
@@ -1,1 +0,1 @@ | ||
{"name":"oxlint","version":"0.0.15","description":"Linter for the JavaScript Oxidation Compiler","keywords":[],"author":"Boshen and oxc contributors","license":"MIT","homepage":"https://github.com/web-infra-dev/oxc","bugs":"https://github.com/web-infra-dev/oxc/issues","repository":{"type":"git","url":"https://github.com/web-infra-dev/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.0.15","@oxlint/win32-arm64":"0.0.15","@oxlint/darwin-x64":"0.0.15","@oxlint/darwin-arm64":"0.0.15","@oxlint/linux-x64":"0.0.15","@oxlint/linux-arm64":"0.0.15"}} | ||
{"name":"oxlint","version":"0.0.16","description":"Linter for the JavaScript Oxidation Compiler","keywords":[],"author":"Boshen and oxc contributors","license":"MIT","homepage":"https://github.com/web-infra-dev/oxc","bugs":"https://github.com/web-infra-dev/oxc/issues","repository":{"type":"git","url":"https://github.com/web-infra-dev/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.0.16","@oxlint/win32-arm64":"0.0.16","@oxlint/darwin-x64":"0.0.16","@oxlint/darwin-arm64":"0.0.16","@oxlint/linux-x64":"0.0.16","@oxlint/linux-arm64":"0.0.16"}} |
@@ -21,3 +21,3 @@ <p align="center"> | ||
[license-badge]: https://img.shields.io/badge/license-MIT-blue.svg | ||
[license-url]: ./LICENSE | ||
[license-url]: https://github.com/web-infra-dev/oxc/blob/main/LICENSE | ||
[ci-badge]: https://github.com/web-infra-dev/oxc/actions/workflows/ci.yml/badge.svg?event=push&branch=main | ||
@@ -68,2 +68,7 @@ [ci-url]: https://github.com/web-infra-dev/oxc/actions/workflows/ci.yml?query=event%3Apush+branch%3Amain | ||
Enable Plugins | ||
--import-plugin Enable the experimental import plugin and detect ESM problems | ||
--jest-plugin Enable the Jest plugin and detect test problems | ||
--jsx-a11y-plugin Enable the JSX-a11y plugin and detect accessibility problems | ||
Fix Problems | ||
@@ -98,4 +103,3 @@ --fix Fix as many issues as possible. Only unfixed issues are reported in the | ||
Available options: | ||
--import-plugin Use the experimental import plugin and detect ESM problems | ||
-h, --help Prints help information | ||
``` |
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
6714
103