eslint-plugin-use-agnostic 1.7.2 → 1.7.3
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/package.json +1 -1
- package/types/index.d.ts +1 -1
package/package.json
CHANGED
package/types/index.d.ts
CHANGED
|
@@ -326,7 +326,7 @@ export const commentedDirectives_reactDirectives: Readonly<{
|
|
|
326
326
|
[USE_AGNOSTIC_STRATEGIES]: null;
|
|
327
327
|
}>;
|
|
328
328
|
|
|
329
|
-
/** Typing currently unavailable. To be used by chaining
|
|
329
|
+
/** Typing currently unavailable. To be used by chaining `.importingCommentedDirective` `.importedCommentedDirective` `.value` to obtain the reason why a module import is or isn't allowed. */
|
|
330
330
|
export const directive21Data: object;
|
|
331
331
|
|
|
332
332
|
/**
|