@open-turo/eslint-config-react 15.0.0-pr-320.11.1.1 → 15.0.0-pr-320.12.1.1

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/index.cjs CHANGED
@@ -4,7 +4,8 @@ const reactPlugin = require("eslint-plugin-react");
4
4
  const reactCompilerPlugin = require("eslint-plugin-react-compiler");
5
5
  const reactHooksPlugin = require("eslint-plugin-react-hooks");
6
6
  const globals = require("globals");
7
- // TODO We can't do this because this function is not here directly technically
7
+ // TODO typescript-eslint is not a dependency in this repository,
8
+ // but a transitive dependency coming from @open-turo/eslint-config-typescript
8
9
  const tseslint = require("typescript-eslint");
9
10
 
10
11
  /**
package/package.json CHANGED
@@ -49,5 +49,5 @@
49
49
  "access": "public"
50
50
  },
51
51
  "repository": "https://github.com/open-turo/eslint-config-react",
52
- "version": "15.0.0-pr-320.11.1.1"
52
+ "version": "15.0.0-pr-320.12.1.1"
53
53
  }