eslint-plugin-use-agnostic 2.0.4 → 2.0.5

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.
@@ -88,6 +88,8 @@ In this context, {{ ${specificFailure} }} `,
88
88
  const rootPath = /** @type {string | undefined} */ (
89
89
  context.settings.eXtraJSX?.rootPath
90
90
  );
91
+ console.debug("context.settings are:", context.settings);
92
+ console.debug("context.settings.eXtraJSX are:", context.settings.eXtraJSX);
91
93
  console.debug("reactFolder is:", reactFolder);
92
94
  console.debug("rootPath is:", rootPath);
93
95
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-plugin-use-agnostic",
3
- "version": "2.0.4",
3
+ "version": "2.0.5",
4
4
  "description": "Highlights problematic server-client imports in projects made with the Fullstack React Architecture.",
5
5
  "keywords": [
6
6
  "eslint",