@open-turo/eslint-config-react 24.0.0-pr-461.281.1.1 → 24.0.0

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
@@ -30,16 +30,6 @@ import turoConfig from "@open-turo/eslint-config-react";
30
30
  export default turoConfig();
31
31
  ```
32
32
 
33
- If you must use CommonJS for `eslint.config.cjs`, load the default with dynamic `import()`:
34
-
35
- ```js
36
- module.exports = (async () => {
37
- const { default: turoConfig } =
38
- await import("@open-turo/eslint-config-react");
39
- return turoConfig();
40
- })();
41
- ```
42
-
43
33
  ## Development
44
34
 
45
35
  ### Pre-commit
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Turo eslint configuration for react",
4
4
  "type": "module",
5
5
  "dependencies": {
6
- "@open-turo/eslint-config-typescript": "23.0.0-pr-478.698.1.1",
6
+ "@open-turo/eslint-config-typescript": "23.0.0",
7
7
  "eslint-plugin-jsx-a11y": "6.10.2",
8
8
  "eslint-plugin-react": "7.37.5",
9
9
  "eslint-plugin-react-hooks": "7.0.1",
@@ -47,5 +47,5 @@
47
47
  "access": "public"
48
48
  },
49
49
  "repository": "https://github.com/open-turo/eslint-config-react",
50
- "version": "24.0.0-pr-461.281.1.1"
50
+ "version": "24.0.0"
51
51
  }