oxlint 0.2.2 → 0.2.3

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 +3 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -68,6 +68,9 @@ Enable Plugins
68
68
  --import-plugin Enable the experimental import plugin and detect ESM problems
69
69
  --jest-plugin Enable the Jest plugin and detect test problems
70
70
  --jsx-a11y-plugin Enable the JSX-a11y plugin and detect accessibility problems
71
+ --nextjs-plugin Enable the Next.js plugin and detect Next.js problems
72
+ --react-perf-plugin Enable the React performance plugin and detect rendering performance problems
73
+
71
74
 
72
75
  Fix Problems
73
76
  --fix Fix as many issues as possible. Only unfixed issues are reported in the
package/package.json CHANGED
@@ -1 +1 @@
1
- {"name":"oxlint","version":"0.2.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.2.2","@oxlint/win32-arm64":"0.2.2","@oxlint/darwin-x64":"0.2.2","@oxlint/darwin-arm64":"0.2.2","@oxlint/linux-x64":"0.2.2","@oxlint/linux-arm64":"0.2.2"}}
1
+ {"name":"oxlint","version":"0.2.3","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.2.3","@oxlint/win32-arm64":"0.2.3","@oxlint/linux-x64-gnu":"0.2.3","@oxlint/linux-arm64-gnu":"0.2.3","@oxlint/linux-x64-musl":"0.2.3","@oxlint/linux-arm64-musl":"0.2.3","@oxlint/darwin-x64":"0.2.3","@oxlint/darwin-arm64":"0.2.3"}}