mirror of
https://github.com/hex248/ob248.com.git
synced 2026-02-08 02:33:02 +00:00
16 lines
272 B
TypeScript
16 lines
272 B
TypeScript
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;
|
|
next: Config;
|
|
};
|
|
};
|
|
|
|
export = _default;
|