the eslint plugin eslint-plugin-oxlint does not parse the rules.rs.
Instead it looks recursivly into the rules directory and getting all informations (category: correctness, style, .., plugin-name: folder)
I am already getting annoyed because of the 3 big parts:
- Documentation in oxlint
- Detection in
oxlintrc.json (maybe even oxlint cli, did not test it)
- Remapping in
eslint-plugin-oxlint
Originally posted by @Sysix in #7242 (reply in thread)
the eslint plugin
eslint-plugin-oxlintdoes not parse therules.rs.Instead it looks recursivly into the rules directory and getting all informations (category: correctness, style, .., plugin-name: folder)
I am already getting annoyed because of the 3 big parts:
oxlintrc.json(maybe even oxlint cli, did not test it)eslint-plugin-oxlintOriginally posted by @Sysix in #7242 (reply in thread)