oxc/crates/oxc_language_server
IWANABETHATGUY 84dc690c40
feat: oxc ls support read configuration (#1940)
1. Closed #1815
2. Very basically support configuration, could improve in the future
since our config is still under experimental.


![image](https://github.com/oxc-project/oxc/assets/17974631/6834c32f-586e-4fca-adc1-dfbeaadfaa3c)**config**
```json
{
  "rules": {
    "no-console": [
      "error",
      {
        "allow": [
          "info"
        ]
      }
    ]
  }
}
```
2024-01-08 15:10:49 +08:00
..
src feat: oxc ls support read configuration (#1940) 2024-01-08 15:10:49 +08:00
Cargo.toml feat(linter): eslint-plugin-react: no-unknown-property (#1875) 2024-01-07 12:23:32 +00:00