source: imaps-frontend/node_modules/eslint-plugin-react-refresh/index.d.ts@ 79a0317

main
Last change on this file since 79a0317 was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 3 days ago

F4 Finalna Verzija

  • Property mode set to 100644
File size: 260 bytes
Line 
1type Config = {
2 plugins: { "react-refresh": { rules: Record<string, any> } };
3 rules: Record<string, any>;
4};
5
6declare const _default: {
7 rules: Record<string, any>;
8 configs: {
9 recommended: Config;
10 vite: Config;
11 };
12};
13
14export default _default;
Note: See TracBrowser for help on using the repository browser.