@geops/eslint-config-react 1.5.0-beta.7 → 1.5.0-beta.8

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.
Files changed (2) hide show
  1. package/flat/index.mjs +2 -0
  2. package/package.json +1 -1
package/flat/index.mjs CHANGED
@@ -10,6 +10,7 @@ import globals from "globals";
10
10
  import reactHooks from "eslint-plugin-react-hooks";
11
11
  import rules from "./rules.mjs";
12
12
  import reactCompiler from "eslint-plugin-react-compiler";
13
+ import mochaPlugin from "eslint-plugin-mocha";
13
14
 
14
15
  export default [
15
16
  {
@@ -40,6 +41,7 @@ export default [
40
41
  reactHooks.configs["recommended-latest"],
41
42
  reactCompiler.configs.recommended,
42
43
  jsxA11y.flatConfigs.recommended,
44
+ mochaPlugin.configs.recommended,
43
45
  perfectionist.configs["recommended-alphabetical"],
44
46
  prettier,
45
47
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@geops/eslint-config-react",
3
- "version": "1.5.0-beta.7",
3
+ "version": "1.5.0-beta.8",
4
4
  "dependencies": {
5
5
  "eslint-config-prettier": "^10.1.1",
6
6
  "eslint-plugin-cypress": "^4.2.0",