@remotion/eslint-config 3.2.44 → 3.3.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/dist/index.js +1 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -534,7 +534,7 @@ const getRules = (typescript) => {
|
|
|
534
534
|
"@typescript-eslint/no-var-requires": "off",
|
|
535
535
|
}
|
|
536
536
|
: {}),
|
|
537
|
-
// In
|
|
537
|
+
// In Root.tsx we encourage using fragment for just a single composition
|
|
538
538
|
// since we intend to add more compositions later and you should then use a fragment.
|
|
539
539
|
"react/jsx-no-useless-fragment": "off",
|
|
540
540
|
// This is generally okay because on every frame, there will be a full rerender anyway!
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@remotion/eslint-config",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.3.0",
|
|
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.
|
|
19
|
+
"@remotion/eslint-plugin": "3.3.0",
|
|
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": "29322c95729df0229eecc5f674d019145a783b46"
|
|
46
46
|
}
|