@remotion/eslint-config 3.2.39 → 3.2.41
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/LICENSE.md +1 -1
- package/dist/index.d.ts +0 -8
- package/dist/index.js +0 -7
- package/package.json +3 -3
package/LICENSE.md
CHANGED
|
@@ -36,6 +36,6 @@ Support is provided on a best-we-can-do basis via GitHub Issues and Discord.
|
|
|
36
36
|
|
|
37
37
|
## Company license
|
|
38
38
|
|
|
39
|
-
You are required to obtain a company license to use Remotion if you are not within the group of entities eligible for a free license. This license will enable you to use Remotion for the allowed use cases specified in the free license, and give you access to prioritized support.
|
|
39
|
+
You are required to obtain a company license to use Remotion if you are not within the group of entities eligible for a free license. This license will enable you to use Remotion for the allowed use cases specified in the free license, and give you access to prioritized support (read the [Support Policy](/docs/support)).
|
|
40
40
|
|
|
41
41
|
Visit [companies.remotion.dev](https://companies.remotion.dev) for pricing and to buy a license.
|
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.
|
|
3
|
+
"version": "3.2.41",
|
|
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.
|
|
19
|
+
"@remotion/eslint-plugin": "3.2.41",
|
|
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": "
|
|
45
|
+
"gitHead": "017d1f002dfe81d451e4707ca0a58f30e3a080b9"
|
|
46
46
|
}
|