We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d13552a commit b2ffc67Copy full SHA for b2ffc67
src/only-export-components.ts
@@ -25,7 +25,7 @@ export const onlyExportComponents: TSESLint.RuleModule<
25
anonymousExport:
26
"Fast refresh can't handle anonymous components. Add a name to your export.",
27
localComponents:
28
- "Fast refresh only works when a file only export components. Move your component(s) to a separate file.",
+ "Fast refresh only works when a file only exports components. Move your component(s) to a separate file.",
29
noExport:
30
"Fast refresh only works when a file has exports. Move your component(s) to a separate file.",
31
},
0 commit comments