inital upload
This commit is contained in:
14
node_modules/eslint-plugin-react-refresh/index.d.ts
generated
vendored
Normal file
14
node_modules/eslint-plugin-react-refresh/index.d.ts
generated
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
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;
|
||||
Reference in New Issue
Block a user