Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

oxc language server can not read lint configuration #1815

Closed
IWANABETHATGUY opened this issue Dec 25, 2023 · 0 comments · Fixed by #1940
Closed

oxc language server can not read lint configuration #1815

IWANABETHATGUY opened this issue Dec 25, 2023 · 0 comments · Fixed by #1940

Comments

@IWANABETHATGUY
Copy link
Contributor

No description provided.

@IWANABETHATGUY IWANABETHATGUY changed the title oxlint server can not read configuration oxlint server can not read lint configuration Dec 25, 2023
@IWANABETHATGUY IWANABETHATGUY changed the title oxlint server can not read lint configuration oxc language server can not read lint configuration Jan 3, 2024
Boshen pushed a commit that referenced this issue Jan 8, 2024
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"
        ]
      }
    ]
  }
}
```
IWANABETHATGUY added a commit to IWANABETHATGUY/oxc that referenced this issue May 29, 2024
1. Closed oxc-project#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"
        ]
      }
    ]
  }
}
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant