@remotion/eslint-config 3.2.39 → 3.2.40

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/dist/index.d.ts CHANGED
@@ -406,10 +406,6 @@ declare const _default: {
406
406
  })[];
407
407
  "react/button-has-type": string;
408
408
  "react/default-props-match-prop-types": string;
409
- "react/function-component-definition": (string | {
410
- namedComponents: string;
411
- unnamedComponents: string;
412
- })[];
413
409
  "react/no-access-state-in-setstate": string;
414
410
  "react/no-children-prop": string;
415
411
  "react/no-danger": string;
@@ -861,10 +857,6 @@ declare const _default: {
861
857
  })[];
862
858
  "react/button-has-type": string;
863
859
  "react/default-props-match-prop-types": string;
864
- "react/function-component-definition": (string | {
865
- namedComponents: string;
866
- unnamedComponents: string;
867
- })[];
868
860
  "react/no-access-state-in-setstate": string;
869
861
  "react/no-children-prop": string;
870
862
  "react/no-danger": string;
package/dist/index.js CHANGED
@@ -448,13 +448,6 @@ const getRules = (typescript) => {
448
448
  ],
449
449
  "react/button-has-type": "error",
450
450
  "react/default-props-match-prop-types": "error",
451
- "react/function-component-definition": [
452
- "error",
453
- {
454
- namedComponents: "arrow-function",
455
- unnamedComponents: "arrow-function",
456
- },
457
- ],
458
451
  "react/no-access-state-in-setstate": "error",
459
452
  "react/no-children-prop": "error",
460
453
  "react/no-danger": "error",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@remotion/eslint-config",
3
- "version": "3.2.39",
3
+ "version": "3.2.40",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -16,7 +16,7 @@
16
16
  "author": "Jonny Burger <jonny@remotion.dev>",
17
17
  "license": "ISC",
18
18
  "dependencies": {
19
- "@remotion/eslint-plugin": "3.2.39",
19
+ "@remotion/eslint-plugin": "3.2.40",
20
20
  "@typescript-eslint/eslint-plugin": "5.19.0",
21
21
  "@typescript-eslint/parser": "5.19.0",
22
22
  "eslint-plugin-10x": "1.5.2",
@@ -42,5 +42,5 @@
42
42
  "publishConfig": {
43
43
  "access": "public"
44
44
  },
45
- "gitHead": "406632092cb2b96ac34d489808283508298c4e1f"
45
+ "gitHead": "dd204bb0a42d4c6c2988957d399c898e5eba4eba"
46
46
  }