Ajout de promotion et de commande
This commit is contained in:
+15
@@ -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