linguist icon indicating copy to clipboard operation
linguist copied to clipboard

Add `.oxlintrc.json` to JSON with comments

Open TheAlexLichter opened this issue 3 months ago • 1 comments

Adds .oxlintrc.json, Oxlints config file to JSON with comments entry.

Checklist:

  • [x] I am adding a new extension to a language.
    • [x] The new extension is used in hundreds of repositories on GitHub.com
      • https://github.com/search?type=code&q=NOT+is%3Afork+path%3A*.oxlintrc.json
    • [x] I have included a real-world usage sample for all extensions added in this PR:
      • Sample source(s):
        • https://oxc.rs/docs/guide/usage/linter/config-file-reference.html#oxlint-configuration-file
      • Sample license(s):

TheAlexLichter avatar Sep 18 '25 20:09 TheAlexLichter

A real world usage (not from the docs) with a comment in a repo with more than 18k star: https://github.com/monkeytypegame/monkeytype/blob/2f5cb164cbb9ad2c6ab1242053f1f23fdb34f6f2/frontend/.oxlintrc.json (found in the first page of results provided by @TheAlexLichter)

ArnaudBarre avatar Nov 02 '25 14:11 ArnaudBarre

@lildude I think the merge is blocked by the requested change review?

ArnaudBarre avatar Dec 12 '25 17:12 ArnaudBarre

Oh yes. Whoops.

lildude avatar Dec 12 '25 20:12 lildude