File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,11 +19,11 @@ export const onlyExportComponents: TSESLint.RuleModule<
19
19
meta : {
20
20
messages : {
21
21
exportAll :
22
- "This rule can't verify that `export *` only export components" ,
22
+ "This rule can't verify that `export *` only exports components. " ,
23
23
namedExport :
24
- "Fast refresh only works when a file only export components. Use a new file to share constant or functions between components." ,
24
+ "Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components." ,
25
25
anonymousExport :
26
- "Fast refresh can't handle anonymous component . Add a name to your export." ,
26
+ "Fast refresh can't handle anonymous components . Add a name to your export." ,
27
27
localComponents :
28
28
"Fast refresh only works when a file only export components. Move your component(s) to a separate file." ,
29
29
noExport :
You can’t perform that action at this time.
0 commit comments