OX

Oxlint Plugin React Doctor

oxlint-plugin-react-doctor

React Doctor rules for oxlint.

React Native Libraries
accessibility
linter
nextjs
oxc
oxlint
oxlint-plugin
performance
react
react-compiler
react-native
Stars
1
Weekly
0
Open issues
0
Bundle
~60 kB

Installation

npm install oxlint-plugin-react-doctor

Code example

import { View, Text, StyleSheet } from "react-native";
import { OxlintPluginReactDoctor } from "oxlint-plugin-react-doctor";

export function Example() {
  return (
    <View style={styles.box}>
      <Text style={styles.title}>Oxlint Plugin React Doctor</Text>
      <OxlintPluginReactDoctor />
    </View>
  );
}

const styles = StyleSheet.create({
  box: { flex: 1, alignItems: "center", justifyContent: "center", gap: 8 },
  title: { fontSize: 18, fontWeight: "600" },
});

Pros & cons

Pros

  • Actively maintained by Aiden Bai
  • 0 weekly downloads. Battle tested
  • First-class TypeScript definitions
  • SEE LICENSE IN LICENSE licensed

Considerations

  • Adds roughly ~60 kB to your bundle
  • 0 open issues on GitHub

FAQs

Alternatives & similar libraries