MyGit

oxlint_v0.2.0

oxc-project/oxc

版本发布时间: 2024-01-12 23:16:04

oxc-project/oxc最新发布版本:oxlint_v0.9.10(2024-10-08 13:45:46)

Try it out!

Better configuration support

oxlint -c ./eslintrc.json

will use the rules field for rule configuration, as documented in ESLint's documentation.

Unfortunately, only the json format is supported right now.

The extends field will not take effect; normal -D and -A flags still apply.

To add / remove / configure a rule:

{
  "rules": {
      "no-empty": "off", // removes the rule
      "no-empty": "error", // adds the rule
      "no-empty": ["error", { "allowEmptyCatch": true }]` configures the rule
  }
}

Next.js Plugin

oxlint --nextjs-plugin

Vscode

New Rules

correctness

restriction

style

Fixes

Linter

Parser

Improvements

New Contributors

Full Changelog: https://github.com/oxc-project/oxc/compare/oxlint_v0.1.2...oxlint_v0.2.0

相关地址:原始地址 下载(tar) 下载(zip)

1、 oxlint-darwin-arm64 5.1MB

2、 oxlint-darwin-arm64.tar.gz 2.19MB

3、 oxlint-darwin-x64 5.76MB

4、 oxlint-darwin-x64.tar.gz 2.38MB

5、 oxlint-linux-arm64 6.39MB

6、 oxlint-linux-arm64.tar.gz 2.47MB

7、 oxlint-linux-x64 7.41MB

8、 oxlint-linux-x64.tar.gz 2.72MB

9、 oxlint-win32-arm64.exe 4.68MB

10、 oxlint-win32-arm64.zip 2.01MB

11、 oxlint-win32-x64.exe 5.3MB

12、 oxlint-win32-x64.zip 2.11MB

查看:2024-01-12发行的版本