UNPKG

eslint-plugin-react-refresh

Version:

Validate that your components can safely be updated with Fast Refresh

15 lines (12 loc) 254 B
type Config = { plugins: { "react-refresh": { rules: Record<string, any> } }; rules: Record<string, any>; }; declare const _default: { rules: Record<string, any>; configs: { recommended: Config; vite: Config; }; }; export = _default;