eslint-plugin-use-agnostic 1.6.6 → 1.6.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md
CHANGED
|
@@ -136,7 +136,7 @@ const importedFileFlow = (context, node) => {
|
|
|
136
136
|
// returns early if there is no directive or no valid directive (same, but eventually no directive could have defaults)
|
|
137
137
|
if (!importedFileCommentedDirective) {
|
|
138
138
|
console.warn(
|
|
139
|
-
|
|
139
|
+
`WARNING. The imported file ${resolvedImportPath}, whose path has been resolved from ${context.filename}, has no commented directive. It is thus ignored since the report on that circumstance would be available on the imported file itself.`
|
|
140
140
|
); // The decision not to report has been taken to not inflate the number of warnings.
|
|
141
141
|
return skipTrue;
|
|
142
142
|
}
|