v1.0 with SW PWA enabled
This commit is contained in:
15
frontend/node_modules/eslint-plugin-react-refresh/index.d.ts
generated
vendored
Normal file
15
frontend/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