mirror of
https://github.com/hex248/ob248.com.git
synced 2026-02-08 02:33:02 +00:00
merge new into master
This commit is contained in:
15
node_modules/eslint-plugin-react-refresh/index.d.ts
generated
vendored
Normal file
15
node_modules/eslint-plugin-react-refresh/index.d.ts
generated
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
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;
|
||||
Reference in New Issue
Block a user