Boshen
Boshen
I don't think these rules are completed in a sense that they are usable? They haven't been tested properly in real projects yet. What I do is use all the...
This is now doable after https://github.com/oxc-project/oxc/pull/9351 lands.
We need to mark these as pure https://github.com/babel/babel/blob/821f6e2f1d8ba7856ee5afacd6913262b299bd5c/packages/babel-plugin-transform-react-pure-annotations/src/index.ts#L11-L27
We need to map jest to vitest rules in [tasks/lint_rules](https://github.com/oxc-project/oxc/tree/main/tasks/lint_rules), they have the same implementation.
`overrides` is not implemented yet.
overrides will be supported in Oxlint Beta. https://github.com/oxc-project/oxc/issues/3491 Closing for house keeping.
We are currently using miette with a forked graphical reporter, I think it's time to fork and consolidate things ...
Forked the repo, will merge our code back at some point. https://github.com/oxc-project/oxc-miette
The next task is to figure out how to get our conformance suite to work with this ...
As it turns out we don't need to inline the helper functions for the test suites https://github.com/babel/babel/blob/main/packages/babel-plugin-transform-class-properties/test/fixtures/private/call/output.js ```javascript var _foo = /*#__PURE__*/new WeakMap(); let Foo = /*#__PURE__*/function () { "use...